Class PropertyChartEngineBar3DExtendedBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Extended 3D bar base with explicit Y axis and Z axes initialization.
public abstract class PropertyChartEngineBar3DExtendedBase : PropertyChartEngineBar3DBase
- Inheritance
-
PropertyChartEngineBar3DExtendedBase
- Derived
- Inherited Members
Constructors
PropertyChartEngineBar3DExtendedBase(LlChartType, PropertyChartEngineBase)
protected PropertyChartEngineBar3DExtendedBase(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 axis array.
[JsonInclude]
public PropertyValueZAxisArray ZAxes { get; }