API Reference
Class
ChartJsSegmentLabelsOptions
Options for segment labels plugin.
Inheritance
- Object
- ChartJsSegmentLabelsOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ChartJs.SegmentLabels
Constructors
public ChartJsSegmentLabelsOptions() #Inherited Methods
Properties
public ChartJsSegmentLabelMode Mode { get; set; } #What to render on segments: the numeric value of each item or the chart label text.
public String Color { get; set; } #Text color used for labels (CSS color string).
public String FontFamily { get; set; } #Font family to use when painting labels.
public Double OffsetPct { get; set; } #Radial position of labels within the ring thickness (0..100 from inner radius toward outer).