The parent AxisCore. This will be set once attachedToAxis is called
The parent SciChartPieSurface. This will be set once attachedToSurface is called
Gets or sets numeric format to use for cursor labels. For a list of values, see ENumericFormat
Gets or sets numeric format to use for cursor labels. For a list of values, see ENumericFormat
Gets or sets the precision to use for cursors labels
Gets or sets the precision to use for cursors labels
Gets or sets a formatCursorLabel function which is used for formatting a data-value into a string for display on a cursor or tooltip If you are creating a custom LabelProvider, you should override formatCursorLabelProperty, not the formatCursorLabel property! See our Documentation
Gets or sets a formatCursorLabel function which is used for formatting a data-value into a string for display on a cursor or tooltip If you are creating a custom LabelProvider, you should override formatCursorLabelProperty, not the formatCursorLabel property! See our Documentation
Gets or sets a formatLabel function which is used for formatting a data-value into a string for display on the axis labels. If you are creating a custom LabelProvider, you should override formatLabelProperty, not the formatLabel property! See our Documentation
Gets or sets a formatLabel function which is used for formatting a data-value into a string for display on the axis labels. If you are creating a custom LabelProvider, you should override formatLabelProperty, not the formatLabel property! See our Documentation
Gets or sets numeric format to use. For a list of values, see ENumericFormat
Gets or sets numeric format to use. For a list of values, see ENumericFormat
Gets or sets a string to add to the end of each label
Gets or sets a string to add to the end of each label
Gets or sets the precision to use when formatting
Gets or sets the precision to use when formatting
Gets or sets a string to add to the beginning of each label
Gets or sets a string to add to the beginning of each label
Called when the LabelProvider is attached to an Axis
The Axis we are attached to.
Called when the LabelProvider is attached to an
The SciPieSurface we are attached to.
Called when the LabelProvider is detached from an Axis
Get the text to be used as the segmet label. This picks the raw value, or percentage depending on the chart's valueMode then formats it using the formatLabel function.
The PieSegment to get a label for
Total of all pieSegment values
Generated using TypeDoc
A Label Provider for use with Pie Charts to allow customizing of segment labels To completely customise the label output, override getSegmentText To just adjust the numeric formatting of the label, use numericformat, precision, prefix, postfix, or override formatLabel