Table of Contents

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

double

CalculatedY

The actual calculated Y in the chart.

public double CalculatedY

Field Value

double

Caption

Gets/sets the caption.

public string Caption

Field Value

string

ContinueLine

Must the line continue if this element has no value.

public bool ContinueLine

Field Value

bool

ElementIsEmpty

Gets/sets if the element is actually empty (x/y should be ignored).

public bool ElementIsEmpty

Field Value

bool

X

Gets/sets the X value.

public double X

Field Value

double

Y

Gets/sets the Y value.

public double Y

Field Value

double