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

Inherits BaseObject.

Properties

BulletSeriesDataAccessibility Accessibility [get, set]
 Accessibility options for a data point. More...
 
string BorderColor [get, set]
 The color of the border surrounding the column or bar.In styled mode, the border stroke can be set with the .highcharts-pointrule. More...
 
double BorderWidth [get, set]
 The width of the border surrounding the column or bar.In styled mode, the stroke width can be set with the .highcharts-pointrule. 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...
 
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...
 
BulletSeriesDataDashStyle DashStyle [get, set]
 A name for the dash style to use for the column or bar. OverridesdashStyle on the series.In styled mode, the stroke dash-array can be set with the same classes aslisted under data.color. More...
 
BulletSeriesDataLabels DataLabels [get, set]
 Individual data label for each point. The options are the same asthe ones for plotOptions.series.dataLabels. More...
 
string Description [get, set]
 A description of the point to add to the screen reader informationabout the point. More...
 
BulletSeriesDataDragDrop 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...
 
BulletSeriesDataEvents 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...
 
string Name [get, set]
 The name of the point as shown in the legend, tooltip, dataLabels, etc. More...
 
double PointWidth [get, set]
 A pixel value specifying a fixed width for the column or bar. OverridespointWidth on the series. The width effects the dimension that is not basedon the point value. More...
 
bool Selected [get, set]
 Whether the data point is selected initially. More...
 
double Target [get, set]
 The target value of a point. More...
 
BulletSeriesDataTargetOptions TargetOptions [get, set]
 Individual target options for each point. More...
 
double X [get, set]
 The x value of the point. For datetime axes, the X value is the timestampin milliseconds since 1970. More...
 
double Y [get, set]
 The y value of the point. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Accessibility

BulletSeriesDataAccessibility Highsoft.Web.Mvc.Charts.BulletSeriesData.Accessibility
getset

Accessibility options for a data point.

◆ BorderColor

string Highsoft.Web.Mvc.Charts.BulletSeriesData.BorderColor
getset

The color of the border surrounding the column or bar.In styled mode, the border stroke can be set with the .highcharts-pointrule.

◆ BorderWidth

double Highsoft.Web.Mvc.Charts.BulletSeriesData.BorderWidth
getset

The width of the border surrounding the column or bar.In styled mode, the stroke width can be set with the .highcharts-pointrule.

◆ ClassName

string Highsoft.Web.Mvc.Charts.BulletSeriesData.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.BulletSeriesData.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.BulletSeriesData.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.

◆ Custom

Hashtable Highsoft.Web.Mvc.Charts.BulletSeriesData.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.

◆ DashStyle

BulletSeriesDataDashStyle Highsoft.Web.Mvc.Charts.BulletSeriesData.DashStyle
getset

A name for the dash style to use for the column or bar. OverridesdashStyle on the series.In styled mode, the stroke dash-array can be set with the same classes aslisted under data.color.

◆ DataLabels

BulletSeriesDataLabels Highsoft.Web.Mvc.Charts.BulletSeriesData.DataLabels
getset

Individual data label for each point. The options are the same asthe ones for plotOptions.series.dataLabels.

◆ Description

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

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

◆ DragDrop

BulletSeriesDataDragDrop Highsoft.Web.Mvc.Charts.BulletSeriesData.DragDrop
getset

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

◆ Drilldown

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

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

◆ Events

BulletSeriesDataEvents Highsoft.Web.Mvc.Charts.BulletSeriesData.Events
getset

The individual point events.

◆ Id

string Highsoft.Web.Mvc.Charts.BulletSeriesData.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.BulletSeriesData.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.

◆ Name

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

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

◆ PointWidth

double Highsoft.Web.Mvc.Charts.BulletSeriesData.PointWidth
getset

A pixel value specifying a fixed width for the column or bar. OverridespointWidth on the series. The width effects the dimension that is not basedon the point value.

◆ Selected

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

Whether the data point is selected initially.

◆ Target

double Highsoft.Web.Mvc.Charts.BulletSeriesData.Target
getset

The target value of a point.

◆ TargetOptions

BulletSeriesDataTargetOptions Highsoft.Web.Mvc.Charts.BulletSeriesData.TargetOptions
getset

Individual target options for each point.

◆ X

double Highsoft.Web.Mvc.Charts.BulletSeriesData.X
getset

The x value of the point. For datetime axes, the X value is the timestampin milliseconds since 1970.

◆ Y

double Highsoft.Web.Mvc.Charts.BulletSeriesData.Y
getset

The y value of the point.


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