Class PropertyChartEngineBar2D
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Partial class for the 2D bar chart engine property configuration.
public class PropertyChartEngineBar2D : PropertyChartEngineBarBase
- Inheritance
-
PropertyChartEngineBar2D
- Inherited Members
Constructors
PropertyChartEngineBar2D(PropertyChartEngineBase)
public PropertyChartEngineBar2D(PropertyChartEngineBase item)
Parameters
Properties
ColorMode
Gets the color mode configuration.
[JsonInclude]
public PropertyColorModeChart ColorMode { get; }
Property Value
ParentItemForFormulas
Gets or sets the parent DOM item used for formula evaluation.
public DomItem? ParentItemForFormulas { get; set; }
Property Value
YAxes
Gets the value axis array (Y axes for bar orientation).
[JsonInclude]
public PropertyValueAxisArray YAxes { get; }
Property Value
Methods
ResetDataPoints()
Resets the prepared data points, clearing the chart segments.
public void ResetDataPoints()