Class BOBPieChart<TY>
- Namespace
- BlazOrbit.Charts.Components
- Assembly
- BlazOrbit.Charts.dll
Pie chart - full circular distribution. Each BOBChartSlice's value
is normalised to 100% across the slice set; slice order goes clockwise
from 12 o'clock following declaration order.
For an annular variant (donut), see BOBDonutChart<TY>.
public sealed class BOBPieChart<TY> : BOBPieChartBase<TY>, IDataVisualizationFamilyComponent
Type Parameters
TYNumeric type of the slice values.
- Inheritance
-
objectComponentBaseBOBChartBase<object, TY>BOBPieChartBase<TY>BOBPieChart<TY>
- Implements
- Inherited Members
Constructors
BOBPieChart()
public BOBPieChart()
Properties
ChartTypeNoun
Subclass-specific noun used in BuildAriaLabel() (e.g. "Pie", "Donut") so the screen-reader announcement is accurate.
protected override string ChartTypeNoun { get; }
Property Value
- string