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
chartTypeLlChartTypeitemPropertyChartEngineBase
Properties
Isotropic
Gets or sets isotropic scaling flag (keeps uniform proportions if True).
public string Isotropic { get; set; }
Property Value
Perspective
Gets or sets perspective factor (empty = auto / default).
public string Perspective { get; set; }
Property Value
XRotation
Gets or sets X axis rotation angle.
public string XRotation { get; set; }
Property Value
ZRotation
Gets or sets Z axis rotation angle.
public string ZRotation { get; set; }