Class PropertyChartEngineBar2DBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base for 2D bar chart engines providing Y category axis and Z axes array.
public abstract class PropertyChartEngineBar2DBase : PropertyChartEngineBarBase
- Inheritance
-
PropertyChartEngineBar2DBase
- Derived
- Inherited Members
Constructors
PropertyChartEngineBar2DBase(LlChartType, PropertyChartEngineBase)
protected PropertyChartEngineBar2DBase(LlChartType chartType, PropertyChartEngineBase item)
Parameters
chartTypeLlChartTypeitemPropertyChartEngineBase
Properties
YAxis
Gets the Y category axis configuration.
[JsonInclude]
public PropertyCategoryAxisY YAxis { get; }
Property Value
ZAxes
Gets the Z value axes array (cluster / multi-series axis stack).
[JsonInclude]
public PropertyValueZAxisArray ZAxes { get; }