Table of Contents

Class PropertyChartEngineLineSimple

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

Provides rendering logic for simple line chart engine and prepares chart segments for rendering.

public class PropertyChartEngineLineSimple : PropertyChartEngineBase
Inheritance
PropertyChartEngineLineSimple
Derived
Inherited Members

Constructors

PropertyChartEngineLineSimple(PropertyChartEngineBase)

Wraps an existing line engine DOM item and initializes defaults if required.

public PropertyChartEngineLineSimple(PropertyChartEngineBase item)

Parameters

item PropertyChartEngineBase

Properties

Filling

Gets the filling definition.

[JsonInclude]
public PropertyFilling Filling { get; }

Property Value

PropertyFilling

LinearAxis

Gets or sets whether a linear axis is used.

public string LinearAxis { get; set; }

Property Value

string

ParentItemForFormulas

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

public DomItem? ParentItemForFormulas { get; set; }

Property Value

DomItem

SecondaryValueAxis

Gets the secondary value axis configuration.

[JsonInclude]
public PropertyChartSecondaryValueAxis SecondaryValueAxis { get; }

Property Value

PropertyChartSecondaryValueAxis

XAxis

Gets the X category axis.

[JsonInclude]
public PropertyCategoryAxisX XAxis { get; }

Property Value

PropertyCategoryAxisX

YAxes

Gets the value axis array.

[JsonInclude]
public PropertyValueAxisArray YAxes { get; }

Property Value

PropertyValueAxisArray

Methods

Reset()

Resets the chart engine to its initial state and clears prepared segments.

public void Reset()

ResetDataPoints()

Resets the data points to their initial state.

public void ResetDataPoints()