Table of Contents

Class PropertyChartEngineBar2D

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Partial class for the 2D bar chart engine property configuration.

public class PropertyChartEngineBar2D : PropertyChartEngineBarBase
Inheritance
PropertyChartEngineBar2D
Inherited Members

Constructors

PropertyChartEngineBar2D(PropertyChartEngineBase)

public PropertyChartEngineBar2D(PropertyChartEngineBase item)

Parameters

item PropertyChartEngineBase

Properties

ColorMode

Gets the color mode configuration.

[JsonInclude]
public PropertyColorModeChart ColorMode { get; }

Property Value

PropertyColorModeChart

ParentItemForFormulas

Gets or sets the parent DOM item used for formula evaluation.

public DomItem? ParentItemForFormulas { get; set; }

Property Value

DomItem

YAxes

Gets the value axis array (Y axes for bar orientation).

[JsonInclude]
public PropertyValueAxisArray YAxes { get; }

Property Value

PropertyValueAxisArray

Methods

ResetDataPoints()

Resets the prepared data points, clearing the chart segments.

public void ResetDataPoints()