Highcharts .NET  11.3.0
Highsoft.Web.Mvc.Charts.PlotOptionsAreaMarker 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...
 
PlotOptionsAreaMarkerStates States [get, set]
 States for a single point marker. More...
 
string Symbol [get, set]
 A predefined shape or symbol for the marker. When undefined, thesymbol is pulled from options.symbols. Other possible values are‘'circle’,'square','diamond','triangle'and'triangle-down'.Additionally, the URL to a graphic can be given on this form:'url(graphic.png)'. Note that for the image to be applied toexported charts, its URL needs to be accessible by the exportserver.Custom callbacks for symbol path generation can also be added toHighcharts.SVGRenderer.prototype.symbols`. The callback is thenused by its method name, as shown in the demo. 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.PlotOptionsAreaMarker.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.PlotOptionsAreaMarker.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.PlotOptionsAreaMarker.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.PlotOptionsAreaMarker.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.PlotOptionsAreaMarker.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.PlotOptionsAreaMarker.LineWidth
getset

The width of the point marker's outline.

◆ Radius

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

The radius of the point marker.

◆ States

PlotOptionsAreaMarkerStates Highsoft.Web.Mvc.Charts.PlotOptionsAreaMarker.States
getset

States for a single point marker.

◆ Symbol

string Highsoft.Web.Mvc.Charts.PlotOptionsAreaMarker.Symbol
getset

A predefined shape or symbol for the marker. When undefined, thesymbol is pulled from options.symbols. Other possible values are‘'circle’,'square','diamond','triangle'and'triangle-down'.Additionally, the URL to a graphic can be given on this form:'url(graphic.png)'. Note that for the image to be applied toexported charts, its URL needs to be accessible by the exportserver.Custom callbacks for symbol path generation can also be added toHighcharts.SVGRenderer.prototype.symbols`. The callback is thenused by its method name, as shown in the demo.

◆ Width

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