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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

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