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

Inherits BaseObject.

Properties

SunburstSeriesDataAccessibility Accessibility [get, set]
 Accessibility options for a data point. More...
 
string ClassName [get, set]
 An additional, individual class name for the data point's graphicrepresentation. Changes to a point's color will also be reflected in achart's legend and tooltip. More...
 
string Color [get, set]
 Individual color for the point. By default the color is pulled fromthe global colors array.In styled mode, the color option doesn't take effect. Instead, usecolorIndex. More...
 
double ColorIndex [get, set]
 A specific color index to use for the point, so its graphic representationsare given the class name highcharts-color-{n}. In styled mode this willchange the color of the graphic. In non-styled mode, the color is set by thefill attribute, so the change in class name won't have a visual effect bydefault.Since v11, CSS variables on the form --highcharts-color-{n} make changingthe color scheme very convenient. More...
 
double ColorValue [get, set]
 Serves a purpose only if a colorAxis object is defined in the chartoptions. This value will decide which color the point gets from thescale of the colorAxis. More...
 
Hashtable Custom [get, set]
 A reserved subspace to store options and values for customized functionality.Here you can add additional data for your own event callbacks and formattercallbacks. More...
 
string Description [get, set]
 A description of the point to add to the screen reader informationabout the point. More...
 
SunburstSeriesDataDragDrop DragDrop [get, set]
 Point specific options for the draggable-points module. Overrides optionson series.dragDrop. More...
 
string Drilldown [get, set]
 The id of a series in the drilldown.series array touse for a drilldown for this point. More...
 
SunburstSeriesDataEvents Events [get, set]
 The individual point events. More...
 
string Id [get, set]
 An id for the point. This can be used after render time to get apointer to the point object through chart.get(). More...
 
double Labelrank [get, set]
 The rank for this point's data label in case of collision. If twodata labels are about to overlap, only the one with the highest labelrankwill be drawn. More...
 
SunburstSeriesDataMarker Marker [get, set]
 Options for the point markers of line-like series. More...
 
string Name [get, set]
 The name of the point as shown in the legend, tooltip, dataLabels, etc. More...
 
string Parent [get, set]
 Use this option to build a tree structure. The value should be the id of thepoint which is the parent. If no points has a matching id, or this option isundefined, then the parent will be set to the root. More...
 
bool Selected [get, set]
 Whether the data point is selected initially. More...
 
bool Sliced [get, set]
 Whether to display a slice offset from the center. When a sunburst point issliced, its children are also offset. More...
 
double Value [get, set]
 The value of the point, resulting in a relative area of the pointin the sunburst. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Accessibility

SunburstSeriesDataAccessibility Highsoft.Web.Mvc.Charts.SunburstSeriesData.Accessibility
getset

Accessibility options for a data point.

◆ ClassName

string Highsoft.Web.Mvc.Charts.SunburstSeriesData.ClassName
getset

An additional, individual class name for the data point's graphicrepresentation. Changes to a point's color will also be reflected in achart's legend and tooltip.

◆ Color

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

Individual color for the point. By default the color is pulled fromthe global colors array.In styled mode, the color option doesn't take effect. Instead, usecolorIndex.

◆ ColorIndex

double Highsoft.Web.Mvc.Charts.SunburstSeriesData.ColorIndex
getset

A specific color index to use for the point, so its graphic representationsare given the class name highcharts-color-{n}. In styled mode this willchange the color of the graphic. In non-styled mode, the color is set by thefill attribute, so the change in class name won't have a visual effect bydefault.Since v11, CSS variables on the form --highcharts-color-{n} make changingthe color scheme very convenient.

◆ ColorValue

double Highsoft.Web.Mvc.Charts.SunburstSeriesData.ColorValue
getset

Serves a purpose only if a colorAxis object is defined in the chartoptions. This value will decide which color the point gets from thescale of the colorAxis.

◆ Custom

Hashtable Highsoft.Web.Mvc.Charts.SunburstSeriesData.Custom
getset

A reserved subspace to store options and values for customized functionality.Here you can add additional data for your own event callbacks and formattercallbacks.

◆ Description

string Highsoft.Web.Mvc.Charts.SunburstSeriesData.Description
getset

A description of the point to add to the screen reader informationabout the point.

◆ DragDrop

SunburstSeriesDataDragDrop Highsoft.Web.Mvc.Charts.SunburstSeriesData.DragDrop
getset

Point specific options for the draggable-points module. Overrides optionson series.dragDrop.

◆ Drilldown

string Highsoft.Web.Mvc.Charts.SunburstSeriesData.Drilldown
getset

The id of a series in the drilldown.series array touse for a drilldown for this point.

◆ Events

SunburstSeriesDataEvents Highsoft.Web.Mvc.Charts.SunburstSeriesData.Events
getset

The individual point events.

◆ Id

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

An id for the point. This can be used after render time to get apointer to the point object through chart.get().

◆ Labelrank

double Highsoft.Web.Mvc.Charts.SunburstSeriesData.Labelrank
getset

The rank for this point's data label in case of collision. If twodata labels are about to overlap, only the one with the highest labelrankwill be drawn.

◆ Marker

SunburstSeriesDataMarker Highsoft.Web.Mvc.Charts.SunburstSeriesData.Marker
getset

Options for the point markers of line-like series.

◆ Name

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

The name of the point as shown in the legend, tooltip, dataLabels, etc.

◆ Parent

string Highsoft.Web.Mvc.Charts.SunburstSeriesData.Parent
getset

Use this option to build a tree structure. The value should be the id of thepoint which is the parent. If no points has a matching id, or this option isundefined, then the parent will be set to the root.

◆ Selected

bool Highsoft.Web.Mvc.Charts.SunburstSeriesData.Selected
getset

Whether the data point is selected initially.

◆ Sliced

bool Highsoft.Web.Mvc.Charts.SunburstSeriesData.Sliced
getset

Whether to display a slice offset from the center. When a sunburst point issliced, its children are also offset.

◆ Value

double Highsoft.Web.Mvc.Charts.SunburstSeriesData.Value
getset

The value of the point, resulting in a relative area of the pointin the sunburst.


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