Class PropertyChartEnginePie2D
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides rendering logic for 2D pie chart engine and prepares chart segments for rendering.
public class PropertyChartEnginePie2D : PropertyChartEnginePieDonutBase
- Inheritance
-
PropertyChartEnginePie2D
- Inherited Members
Constructors
PropertyChartEnginePie2D(PropertyChartEngineBase)
Wraps an existing pie engine DOM item (2D) and initializes defaults if required.
public PropertyChartEnginePie2D(PropertyChartEngineBase item)
Parameters
Properties
Gradient
Gets the gradient appearance settings.
[JsonInclude]
public PropertyGradient Gradient { get; }
Property Value
ParentItemForFormulas
Gets or sets the parent DOM item used for formula evaluation.
public DomItem? ParentItemForFormulas { get; set; }
Property Value
YAxis
Gets the pie value axis.
[JsonInclude]
public PropertyValueAxisPie2D YAxis { get; }
Property Value
Methods
Reset()
Resets the chart engine to its initial state and clears prepared segments.
public void Reset()
ResetDataPoints()
Resets the data points to their initial state.
public void ResetDataPoints()