Skip to main content

OptionsScales

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS

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 ChartJS that owns this set of options.

Properties

Instance memberxAxes

OptionScalesAxesX[]: Options for the x-axes.

Instance memberyAxes

OptionScalesAxesY[]: Options for the y-axes.