Table of Contents

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

chartType LlChartType
item PropertyChartEngineBase

Properties

Filling

Gets the filling definition.

[JsonInclude]
public PropertyFilling Filling { get; }

Property Value

PropertyFilling

SecondaryValueAxis

Gets the secondary value axis definition.

[JsonInclude]
public PropertyChartSecondaryValueAxis SecondaryValueAxis { get; }

Property Value

PropertyChartSecondaryValueAxis

XAxis

Gets the X category axis.

[JsonInclude]
public PropertyCategoryAxisX XAxis { get; }

Property Value

PropertyCategoryAxisX

YAxis

Gets the Y category axis.

[JsonInclude]
public PropertyCategoryAxisY YAxis { get; }

Property Value

PropertyCategoryAxisY

ZAxes

Gets the Z value axes collection.

[JsonInclude]
public PropertyValueZAxisArray ZAxes { get; }

Property Value

PropertyValueZAxisArray