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

Inherits BaseObject.

Properties

string Color [get, set]
 The color of each data class. If not set, the color is pulledfrom the global or chart-specific colors array. Instyled mode, this option is ignored. Instead, use colors definedin CSS. More...
 
double From [get, set]
 The start of the value range that the data class represents,relating to the point value.The range of each dataClass is closed in both ends, but can beoverridden by the next dataClass. More...
 
string Name [get, set]
 The name of the data class as it appears in the legend.If no name is given, it is automatically created based on thefrom and to values. For full programmatic control,legend.labelFormatter can be used.In the formatter, this.from and this.to can be accessed. More...
 
double To [get, set]
 The end of the value range that the data class represents,relating to the point value.The range of each dataClass is closed in both ends, but can beoverridden by the next dataClass. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Color

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

The color of each data class. If not set, the color is pulledfrom the global or chart-specific colors array. Instyled mode, this option is ignored. Instead, use colors definedin CSS.

◆ From

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

The start of the value range that the data class represents,relating to the point value.The range of each dataClass is closed in both ends, but can beoverridden by the next dataClass.

◆ Name

string Highsoft.Web.Mvc.Charts.ColorAxisDataClasses.Name
getset

The name of the data class as it appears in the legend.If no name is given, it is automatically created based on thefrom and to values. For full programmatic control,legend.labelFormatter can be used.In the formatter, this.from and this.to can be accessed.

◆ To

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

The end of the value range that the data class represents,relating to the point value.The range of each dataClass is closed in both ends, but can beoverridden by the next dataClass.


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