HtmlForgeX

API Reference

Enum

ChartJsSegmentLabelMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Selects whether segment labels show data values or category labels.

Inheritance

  • Enum
  • ChartJsSegmentLabelMode

Values

public const ChartJsSegmentLabelMode Value #

Render numeric values associated with each segment.

Value: 0
public const ChartJsSegmentLabelMode Label #

Render the chart labels (e.g., category names) for each segment.

Value: 1