Class PropertyChartEngineDonut3D
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
3D donut chart engine configuration.
public class PropertyChartEngineDonut3D : PropertyChartEnginePieDonutBase
- Inheritance
-
PropertyChartEngineDonut3D
- Inherited Members
Constructors
PropertyChartEngineDonut3D(PropertyChartEngineBase)
Wraps an existing engine DOM item and (re)initializes defaults when required.
public PropertyChartEngineDonut3D(PropertyChartEngineBase item)
Parameters
Properties
InnerRadiusPercentage
Gets or sets inner radius percentage of the donut.
public string InnerRadiusPercentage { get; set; }
Property Value
XRotation
Gets or sets X axis rotation.
public string XRotation { get; set; }
Property Value
YAxis
Gets the value axis for the donut chart.
[JsonInclude]
public PropertyValueAxisPie3D YAxis { get; }