Class PropertyChartEnginePie3D
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
3D pie chart engine configuration.
public class PropertyChartEnginePie3D : PropertyChartEnginePieDonutBase
- Inheritance
-
PropertyChartEnginePie3D
- Inherited Members
Constructors
PropertyChartEnginePie3D(PropertyChartEngineBase)
Wraps an existing pie engine DOM item (3D) and initializes defaults if required.
public PropertyChartEnginePie3D(PropertyChartEngineBase item)
Parameters
Properties
Gradient
Gets the gradient appearance settings.
[JsonInclude]
public PropertyGradient Gradient { get; }
Property Value
Perspective
Gets or sets the perspective value.
public string Perspective { get; set; }
Property Value
XRotation
Gets or sets the X rotation angle.
public string XRotation { get; set; }
Property Value
YAxis
Gets the 3D pie value axis.
[JsonInclude]
public PropertyValueAxisPie3D YAxis { get; }