Class PropertyChartEngineDonut2D
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides data consumption logic for the 2D Donut chart engine, including axis value evaluation and data cache management.
public class PropertyChartEngineDonut2D : PropertyChartEnginePieDonutBase
- Inheritance
-
PropertyChartEngineDonut2D
- Inherited Members
Constructors
PropertyChartEngineDonut2D(PropertyChartEngineBase)
Wraps an existing engine DOM item and (re)initializes defaults when required.
public PropertyChartEngineDonut2D(PropertyChartEngineBase item)
Parameters
Properties
InnerRadiusPercentage
Gets or sets inner radius percentage of the donut.
public string InnerRadiusPercentage { get; set; }
Property Value
ParentItemForFormulas
Gets or sets the parent DOM item used for formula evaluation.
public DomItem? ParentItemForFormulas { get; set; }
Property Value
YAxis
Gets the value axis for the donut chart.
[JsonInclude]
public PropertyValueAxisPie2D YAxis { get; }
Property Value
Methods
ResetDataPoints()
Resets the data points to their initial state.
public void ResetDataPoints()