Table of Contents

Class PropertyChartEngineBar3DExtendedBase

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

Extended 3D bar base with explicit Y axis and Z axes initialization.

public abstract class PropertyChartEngineBar3DExtendedBase : PropertyChartEngineBar3DBase
Inheritance
PropertyChartEngineBar3DExtendedBase
Derived
Inherited Members

Constructors

PropertyChartEngineBar3DExtendedBase(LlChartType, PropertyChartEngineBase)

protected PropertyChartEngineBar3DExtendedBase(LlChartType chartType, PropertyChartEngineBase item)

Parameters

chartType LlChartType
item PropertyChartEngineBase

Properties

YAxis

Gets the Y category axis configuration.

[JsonInclude]
public PropertyCategoryAxisY YAxis { get; }

Property Value

PropertyCategoryAxisY

ZAxes

Gets the Z axis array.

[JsonInclude]
public PropertyValueZAxisArray ZAxes { get; }

Property Value

PropertyValueZAxisArray