Table of Contents

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

chartType LlChartType
item PropertyChartEngineBase

Properties

Filling

Gets the bar filling definition.

[JsonInclude]
public PropertyFilling Filling { get; }

Property Value

PropertyFilling

LabelAlignment

available values "1" for left-aligned, "2" for right-aligned

public string LabelAlignment { get; set; }

Property Value

string

Orientation

Gets or sets orientation flag.

public string Orientation { get; set; }

Property Value

string

SecondaryValueAxis

Gets the secondary value axis configuration.

[JsonInclude]
public PropertyChartSecondaryValueAxis SecondaryValueAxis { get; }

Property Value

PropertyChartSecondaryValueAxis

XAxis

Gets the X category axis configuration.

[JsonInclude]
public PropertyCategoryAxisX XAxis { get; }

Property Value

PropertyCategoryAxisX