Table of Contents

Class PropertyChartEngineBar3DBase

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

Base class for 3D bar chart engines adding perspective / rotation handling and isotropic flag.

public abstract class PropertyChartEngineBar3DBase : PropertyChartEngineBarBase
Inheritance
PropertyChartEngineBar3DBase
Derived
Inherited Members

Constructors

PropertyChartEngineBar3DBase(LlChartType, PropertyChartEngineBase)

protected PropertyChartEngineBar3DBase(LlChartType chartType, PropertyChartEngineBase item)

Parameters

chartType LlChartType
item PropertyChartEngineBase

Properties

Isotropic

Gets or sets isotropic scaling flag (keeps uniform proportions if True).

public string Isotropic { get; set; }

Property Value

string

Perspective

Gets or sets perspective factor (empty = auto / default).

public string Perspective { get; set; }

Property Value

string

XRotation

Gets or sets X axis rotation angle.

public string XRotation { get; set; }

Property Value

string

ZRotation

Gets or sets Z axis rotation angle.

public string ZRotation { get; set; }

Property Value

string