OptionsScales
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS
Represents the options for the axes.
- C#
- VB.NET
public class OptionsScales : OptionsBase
Public Class OptionsScales
Inherits OptionsBase
Constructors
OptionsScales()
Default constructor.
OptionsScales(owner)
Constructs a new instance of the OptionsScales set.
| Name | Type | Description |
|---|---|---|
| owner | OptionsBase | The ChartJS that owns this set of options. |
Properties
xAxes
OptionScalesAxesX[]: Options for the x-axes.
yAxes
OptionScalesAxesY[]: Options for the y-axes.