Class ChartDefinitions
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Holds default definition values (chart type, data mode, flat flag, subtype index) used during chart engine initialization.
public class ChartDefinitions
- Inheritance
-
ChartDefinitions
- Inherited Members
Properties
ChartType
Gets or sets the chart type discriminator value.
public string ChartType { get; set; }
Property Value
DataMode
Gets or sets the data mode (row vs. column oriented etc.).
public string DataMode { get; set; }
Property Value
Flat
Gets or sets whether a 3D chart is rendered flat (2D appearance) when applicable.
public bool Flat { get; set; }
Property Value
SubTypeIndex
Gets or sets the subtype index (variant specific to certain chart engines).
public string SubTypeIndex { get; set; }