Highcharts .NET  11.3.0
Highsoft.Web.Mvc.Charts.PlotOptionsBubbleMarker 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 FillOpacity [get, set]
 The fill opacity of the bubble markers. 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]
 
double LineWidth [get, set]
 
double Radius [get, set]
 The radius of the point marker. More...
 
PlotOptionsBubbleMarkerStates States [get, set]
 
string Symbol [get, set]
 A predefined shape or symbol for the marker. Possible values are"circle", "square", "diamond", "triangle" and "triangle-down".Additionally, the URL to a graphic can be given on the formurl(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.PlotOptionsBubbleMarker.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.PlotOptionsBubbleMarker.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.PlotOptionsBubbleMarker.FillColor
getset

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

◆ FillOpacity

double Highsoft.Web.Mvc.Charts.PlotOptionsBubbleMarker.FillOpacity
getset

The fill opacity of the bubble markers.

◆ Height

double Highsoft.Web.Mvc.Charts.PlotOptionsBubbleMarker.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.PlotOptionsBubbleMarker.LineColor
getset

◆ LineWidth

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

◆ Radius

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

The radius of the point marker.

◆ States

PlotOptionsBubbleMarkerStates Highsoft.Web.Mvc.Charts.PlotOptionsBubbleMarker.States
getset

◆ Symbol

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

A predefined shape or symbol for the marker. Possible values are"circle", "square", "diamond", "triangle" and "triangle-down".Additionally, the URL to a graphic can be given on the formurl(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.PlotOptionsBubbleMarker.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: