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

Inherits BaseObject.

Properties

bool Enabled [get, set]
 Enable or disable the point marker. If undefined, the markersare hidden when the data is dense, and shown for more widespreaddata points. More...
 
double EnabledThreshold [get, set]
 The threshold for how dense the point markers should be beforethey are hidden, given that enabled is not defined. The numberindicates the horizontal distance between the two closest pointsin the series, as multiples of the marker.radius. In otherwords, the default value of 2 means points are hidden ifoverlapping horizontally. More...
 
Object FillColor [get, set]
 The fill color of the point marker. When undefined, the series'or point's color is used. More...
 
double Height [get, set]
 Image markers only. Set the image width explicitly. When usingthis option, a width must also be set. More...
 
string LineColor [get, set]
 The color of the point marker's outline. When undefined, theseries' or point's color is used. More...
 
double LineWidth [get, set]
 The width of the point marker's outline. More...
 
double Radius [get, set]
 The radius of the point marker. More...
 
double Width [get, set]
 Image markers only. Set the image width explicitly. When usingthis option, a height must also be set. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Enabled

bool Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.Enabled
getset

Enable or disable the point marker. If undefined, the markersare hidden when the data is dense, and shown for more widespreaddata points.

◆ EnabledThreshold

double Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.EnabledThreshold
getset

The threshold for how dense the point markers should be beforethey are hidden, given that enabled is not defined. The numberindicates the horizontal distance between the two closest pointsin the series, as multiples of the marker.radius. In otherwords, the default value of 2 means points are hidden ifoverlapping horizontally.

◆ FillColor

Object Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.FillColor
getset

The fill color of the point marker. When undefined, the series'or point's color is used.

◆ Height

double Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.Height
getset

Image markers only. Set the image width explicitly. When usingthis option, a width must also be set.

◆ LineColor

string Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.LineColor
getset

The color of the point marker's outline. When undefined, theseries' or point's color is used.

◆ LineWidth

double Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.LineWidth
getset

The width of the point marker's outline.

◆ Radius

double Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.Radius
getset

The radius of the point marker.

◆ Width

double Highsoft.Web.Mvc.Charts.PlotOptionsAreasplinerangeStatesHoverMarker.Width
getset

Image markers only. Set the image width explicitly. When usingthis option, a height must also be set.


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