Class ChartElement
Chart element for bar charts, breakdown charts, and other analytical renderers
Inheritance
object
ChartElement
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public class ChartElement
Properties
| Edit this page View SourceColor
Color of the chart element
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Hidden
Whether this element is hidden from view or not
Declaration
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Name of the chart element
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Value of the element
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double |