HtmlForgeX

API Reference

Enum

ChartJsAxisType

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

Represents the axis type.

Inheritance

  • Enum
  • ChartJsAxisType

Usage

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

Values

public const ChartJsAxisType Linear #

Linear scale.

Value: 0
public const ChartJsAxisType Logarithmic #

Logarithmic scale.

Value: 1
public const ChartJsAxisType Category #

Category scale.

Value: 2
public const ChartJsAxisType Time #

Time scale.

Value: 3
public const ChartJsAxisType TimeSeries #

Time series scale.

Value: 4
public const ChartJsAxisType RadialLinear #

Radial linear scale.

Value: 5