HtmlForgeX

API Reference

Class

ChartJsSegmentLabelsOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Options for segment labels plugin.

Inheritance

  • Object
  • ChartJsSegmentLabelsOptions

Constructors

public ChartJsSegmentLabelsOptions() #

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 Int32 FontSize { get; set; } #

Font size in pixels.

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).