API Reference
Class
ChartJsScales
Represents the scales configuration for a Chart.js chart.
Inheritance
- Object
- ChartJsScales
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ChartJsOptions.Scales
Accepted by parameters
- Method ChartJs.Scales
Constructors
public ChartJsScales() #Inherited Methods
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; } #JsonExtensionDataGets or sets additional axes.