Highcharts .NET  11.3.0
Highsoft.Web.Mvc.Charts.XAxisPlotBands Class Reference

Inherits BaseObject.

Properties

bool AcrossPanes [get, set]
 Flag to decide if plotBand should be rendered across all panes. More...
 
string BorderColor [get, set]
 Border color for the plot band. Also requires borderWidth to be set. More...
 
double BorderWidth [get, set]
 Border width for the plot band. Also requires borderColor to be set. More...
 
string ClassName [get, set]
 A custom class name, in addition to the default highcharts-plot-band,to apply to each individual band. More...
 
string Color [get, set]
 The color of the plot band. More...
 
Object Events [get, set]
 An object defining mouse events for the plot band. Supported propertiesare click, mouseover, mouseout, mousemove. More...
 
double From [get, set]
 The start position of the plot band in axis units. More...
 
string Id [get, set]
 An id used for identifying the plot band in Axis.removePlotBand. More...
 
XAxisPlotBandsLabel Label [get, set]
 Text labels for the plot bands More...
 
double To [get, set]
 The end position of the plot band in axis units. More...
 
double ZIndex [get, set]
 The z index of the plot band within the chart, relative to otherelements. Using the same z index as another element may giveunpredictable results, as the last rendered element will be on top.Values from 0 to 20 make sense. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ AcrossPanes

bool Highsoft.Web.Mvc.Charts.XAxisPlotBands.AcrossPanes
getset

Flag to decide if plotBand should be rendered across all panes.

◆ BorderColor

string Highsoft.Web.Mvc.Charts.XAxisPlotBands.BorderColor
getset

Border color for the plot band. Also requires borderWidth to be set.

◆ BorderWidth

double Highsoft.Web.Mvc.Charts.XAxisPlotBands.BorderWidth
getset

Border width for the plot band. Also requires borderColor to be set.

◆ ClassName

string Highsoft.Web.Mvc.Charts.XAxisPlotBands.ClassName
getset

A custom class name, in addition to the default highcharts-plot-band,to apply to each individual band.

◆ Color

string Highsoft.Web.Mvc.Charts.XAxisPlotBands.Color
getset

The color of the plot band.

◆ Events

Object Highsoft.Web.Mvc.Charts.XAxisPlotBands.Events
getset

An object defining mouse events for the plot band. Supported propertiesare click, mouseover, mouseout, mousemove.

◆ From

double Highsoft.Web.Mvc.Charts.XAxisPlotBands.From
getset

The start position of the plot band in axis units.

◆ Id

string Highsoft.Web.Mvc.Charts.XAxisPlotBands.Id
getset

An id used for identifying the plot band in Axis.removePlotBand.

◆ Label

XAxisPlotBandsLabel Highsoft.Web.Mvc.Charts.XAxisPlotBands.Label
getset

Text labels for the plot bands

◆ To

double Highsoft.Web.Mvc.Charts.XAxisPlotBands.To
getset

The end position of the plot band in axis units.

◆ ZIndex

double Highsoft.Web.Mvc.Charts.XAxisPlotBands.ZIndex
getset

The z index of the plot band within the chart, relative to otherelements. Using the same z index as another element may giveunpredictable results, as the last rendered element will be on top.Values from 0 to 20 make sense.


The documentation for this class was generated from the following file: