API Reference
Class
ChartJsSegmentLabelsOptions
Options for segment labels plugin.
Inheritance
- Object
- ChartJsSegmentLabelsOptions
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).