OptionsAxisGridLines
Wisej.Web.Ext.ChartJS.OptionsAxisGridLines
Last updated
Was this helpful?
Wisej.Web.Ext.ChartJS.OptionsAxisGridLines
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)
Specifies the grid line configuration for each axis.
Default constructor.
Constructs a new instance of the set.
owner
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on.
This is useful when there are multiple axes and you need to control which grid lines are drawn.
The that owns this set of options.
: Length and spacing of dashes on grid lines. See . (Default: null
)
: Offset for line dashes. See . (Default: 0
)
: If true, grid lines are circular (on radar chart only). (Default: False
)
: The colors of the grid lines. (Default: null
)
: Shows or hides the grid lines for the specified axis. (Default: True
)
: If true, draw border at the edge between the axis and the chart area. (Default: True
)
: If true, draw lines on the chart area inside the axis lines. (Default: True
)
: If true, draw lines beside the ticks in the axis area beside the chart. (Default: True
)
: Stroke width of grid lines. (Default: 1
)
: If true, grid lines will be shifted to be between labels. (Default: False
)
: Length in pixels that the grid lines will draw into the axis area. (Default: 10
)
: z-index of gridline layer. Values <= 0 are drawn under datasets, > 0 on top. (Default: 0
)
: Length and spacing of dashes of the grid line for the first index (index 0). See . (Default: null
)
: Offset for line dashes of the grid line for the first index (index 0). See . (Default: 0
)
: Stroke color of the grid line for the first index (index 0). (Default: null
)
: Stroke width of the grid line for the first index (index 0). (Default: 1
)