Skip to main content

OptionsScales

Namespace: Wisej.Web.Ext.ChartJS3

Assembly: Wisej.Web.Ext.ChartJS3

Represents the options for the axes.

public class OptionsScales : OptionsBase

Constructors

Instance memberOptionsScales()

Default constructor.

Instance memberOptionsScales(owner)

Constructs a new instance of the OptionsScales set.

NameTypeDescription
ownerOptionsBaseThe ChartJS3 that owns this set of options.

Properties

Instance memberxAxes

OptionScalesAxesX[]: Options for the x-axes.

Instance memberyAxes

OptionScalesAxesY[]: Options for the y-axes.