Class PropertyChartEngineBarBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base for bar chart engines (2D/3D) providing X axis, secondary value axis, filling, orientation and alignment properties.
public abstract class PropertyChartEngineBarBase : PropertyChartEngineBase
- Inheritance
-
PropertyChartEngineBarBase
- Derived
- Inherited Members
Constructors
PropertyChartEngineBarBase(LlChartType, PropertyChartEngineBase)
protected PropertyChartEngineBarBase(LlChartType chartType, PropertyChartEngineBase item)
Parameters
chartTypeLlChartTypeitemPropertyChartEngineBase
Properties
Filling
Gets the bar filling definition.
[JsonInclude]
public PropertyFilling Filling { get; }
Property Value
LabelAlignment
available values "1" for left-aligned, "2" for right-aligned
public string LabelAlignment { get; set; }
Property Value
Orientation
Gets or sets orientation flag.
public string Orientation { get; set; }
Property Value
SecondaryValueAxis
Gets the secondary value axis configuration.
[JsonInclude]
public PropertyChartSecondaryValueAxis SecondaryValueAxis { get; }
Property Value
XAxis
Gets the X category axis configuration.
[JsonInclude]
public PropertyCategoryAxisX XAxis { get; }