Class Element
- Namespace
- PolarChart
- Assembly
- PolarChart.dll
This class contains the details of one element in a series.
public class Element
- Inheritance
-
Element
- Inherited Members
- Extension Methods
Fields
CalculatedX
The actual calculated X in the chart.
public double CalculatedX
Field Value
CalculatedY
The actual calculated Y in the chart.
public double CalculatedY
Field Value
Caption
Gets/sets the caption.
public string Caption
Field Value
ContinueLine
Must the line continue if this element has no value.
public bool ContinueLine
Field Value
ElementIsEmpty
Gets/sets if the element is actually empty (x/y should be ignored).
public bool ElementIsEmpty
Field Value
X
Gets/sets the X value.
public double X
Field Value
Y
Gets/sets the Y value.
public double Y