Highcharts .NET  11.3.0
Highsoft.Web.Mvc.Charts.YAxisPlotBands 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...
 
string InnerRadius [get, set]
 In a gauge chart, this option determines the inner radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100.By default, the inner radius is controlled by the thickness option. More...
 
double InnerRadiusNumber [get, set]
 In a gauge chart, this option determines the inner radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100.By default, the inner radius is controlled by the thickness option. More...
 
YAxisPlotBandsLabel Label [get, set]
 Text labels for the plot bands More...
 
string OuterRadius [get, set]
 In a gauge chart, this option determines the outer radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100. More...
 
double OuterRadiusNumber [get, set]
 In a gauge chart, this option determines the outer radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100. More...
 
string Thickness [get, set]
 In a gauge chart, this option sets the width of the plot bandstretching along the perimeter. It can be given as a percentagestring, like "10%", or as a pixel number, like 10. The defaultvalue 10 is the same as the default tickLength,thus making the plot band act as a background for the tick markers. More...
 
double ThicknessNumber [get, set]
 In a gauge chart, this option sets the width of the plot bandstretching along the perimeter. It can be given as a percentagestring, like "10%", or as a pixel number, like 10. The defaultvalue 10 is the same as the default tickLength,thus making the plot band act as a background for the tick markers. 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.YAxisPlotBands.AcrossPanes
getset

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

◆ BorderColor

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

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

◆ BorderWidth

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

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

◆ ClassName

string Highsoft.Web.Mvc.Charts.YAxisPlotBands.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.YAxisPlotBands.Color
getset

The color of the plot band.

◆ Events

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

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

◆ From

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

The start position of the plot band in axis units.

◆ Id

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

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

◆ InnerRadius

string Highsoft.Web.Mvc.Charts.YAxisPlotBands.InnerRadius
getset

In a gauge chart, this option determines the inner radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100.By default, the inner radius is controlled by the thickness option.

◆ InnerRadiusNumber

double Highsoft.Web.Mvc.Charts.YAxisPlotBands.InnerRadiusNumber
getset

In a gauge chart, this option determines the inner radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100.By default, the inner radius is controlled by the thickness option.

◆ Label

YAxisPlotBandsLabel Highsoft.Web.Mvc.Charts.YAxisPlotBands.Label
getset

Text labels for the plot bands

◆ OuterRadius

string Highsoft.Web.Mvc.Charts.YAxisPlotBands.OuterRadius
getset

In a gauge chart, this option determines the outer radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100.

◆ OuterRadiusNumber

double Highsoft.Web.Mvc.Charts.YAxisPlotBands.OuterRadiusNumber
getset

In a gauge chart, this option determines the outer radius of theplot band that stretches along the perimeter. It can be given asa percentage string, like "100%", or as a pixel number, like 100.

◆ Thickness

string Highsoft.Web.Mvc.Charts.YAxisPlotBands.Thickness
getset

In a gauge chart, this option sets the width of the plot bandstretching along the perimeter. It can be given as a percentagestring, like "10%", or as a pixel number, like 10. The defaultvalue 10 is the same as the default tickLength,thus making the plot band act as a background for the tick markers.

◆ ThicknessNumber

double Highsoft.Web.Mvc.Charts.YAxisPlotBands.ThicknessNumber
getset

In a gauge chart, this option sets the width of the plot bandstretching along the perimeter. It can be given as a percentagestring, like "10%", or as a pixel number, like 10. The defaultvalue 10 is the same as the default tickLength,thus making the plot band act as a background for the tick markers.

◆ To

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

The end position of the plot band in axis units.

◆ ZIndex

double Highsoft.Web.Mvc.Charts.YAxisPlotBands.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: