HtmlForgeX

API Reference

Class

ChartJsScales

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents the scales configuration for a Chart.js chart.

Inheritance

  • Object
  • ChartJsScales

Constructors

public ChartJsScales() #

Properties

public ChartJsAxis X { get; set; } #
JsonPropertyName("x") JsonIgnore(Condition = 3)

Gets or sets the x-axis configuration.

public ChartJsAxis Y { get; set; } #
JsonPropertyName("y") JsonIgnore(Condition = 3)

Gets or sets the y-axis configuration.

public ChartJsAxis R { get; set; } #
JsonPropertyName("r") JsonIgnore(Condition = 3)

Gets or sets the radial axis configuration (for radar/polar charts).

public Dictionary<String, Object> ExtensionData { get; set; } #
JsonExtensionData

Gets or sets additional axes.