Class PropertyChartEngineLineAreaBubbleBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for line, area and bubble chart engines providing shared X/Y/Z axis, secondary value axis and filling initialization.
public abstract class PropertyChartEngineLineAreaBubbleBase : PropertyChartEngineBase
- Inheritance
-
PropertyChartEngineLineAreaBubbleBase
- Derived
- Inherited Members
Constructors
PropertyChartEngineLineAreaBubbleBase(LlChartType, PropertyChartEngineBase)
protected PropertyChartEngineLineAreaBubbleBase(LlChartType chartType, PropertyChartEngineBase item)
Parameters
chartTypeLlChartTypeitemPropertyChartEngineBase
Properties
Filling
Gets the filling definition.
[JsonInclude]
public PropertyFilling Filling { get; }
Property Value
SecondaryValueAxis
Gets the secondary value axis definition.
[JsonInclude]
public PropertyChartSecondaryValueAxis SecondaryValueAxis { get; }
Property Value
XAxis
Gets the X category axis.
[JsonInclude]
public PropertyCategoryAxisX XAxis { get; }
Property Value
YAxis
Gets the Y category axis.
[JsonInclude]
public PropertyCategoryAxisY YAxis { get; }
Property Value
ZAxes
Gets the Z value axes collection.
[JsonInclude]
public PropertyValueZAxisArray ZAxes { get; }