OptionsScales

Wisej.Web.Ext.ChartJS.OptionsScales

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)

Represents the options for the axes.

public class OptionsScales : OptionsBase

Constructors

OptionsScales()

Default constructor.

OptionsScales(owner)

Constructs a new instance of the OptionsScales set.

Name
Type
Description

owner

The ChartJS that owns this set of options.

Properties

xAxes

OptionScalesAxesX[]: Options for the x-axes.

yAxes

OptionScalesAxesY[]: Options for the y-axes.

Last updated

Was this helpful?