Class ChartElement
Chart element for bar charts, breakdown charts, and other analytical renderers
Inheritance
object
ChartElement
Namespace
Syntax
public class ChartElement
Properties
Color
Color of the chart element
Property Value
Color
Declaration
public Color Color { get; set; }
Hidden
Whether this element is hidden from view or not
Property Value
bool
Declaration
public bool Hidden { get; set; }
Name
Name of the chart element
Property Value
string
Declaration
public string Name { get; set; }
Value
Value of the element
Property Value
double
Declaration
public double Value { get; set; }