API Reference
Class
ChartPieSliceLabelContext
Provides pie and donut slice values to custom slice label formatters.
Inheritance
- Object
- ChartPieSliceLabelContext
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
ChartPieSliceLabelContext(System.String arg1, System.String arg2, System.Double arg3, System.Double arg4, System.String arg5, System.String arg6, System.Int32 arg7) #Initializes a new instance of the ChartPieSliceLabelContext struct.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Double
- arg4 System.Double
- arg5 System.String
- arg6 System.String
- arg7 System.Int32
Properties
SeriesName #Gets the series name.
Label #Gets the slice category label.
Value #Gets the raw slice value.
Percent #Gets the slice percentage as a ratio from zero to one.
FormattedValue #Gets the slice value formatted with the chart value formatter.
FormattedPercent #Gets the slice percentage formatted as display text.
PointIndex #Gets the zero-based point index.