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

Inherits BaseObject.

Properties

SankeySeriesDataAccessibility 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]
 The color for the individual link. By default, the link color is the sameas the node it extends from. The series.fillOpacity option also applies tothe points, so when setting a specific link color, consider setting thefillOpacity to 1. 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...
 
string Description [get, set]
 A description of the point to add to the screen reader informationabout the point. More...
 
SankeySeriesDataEvents Events [get, set]
 The individual point events. More...
 
string From [get, set]
 The node that the link runs from. 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...
 
bool Outgoing [get, set]
 Whether the link goes out of the system. More...
 
bool Selected [get, set]
 Whether the data point is selected initially. More...
 
string To [get, set]
 The node that the link runs to. More...
 
double Weight [get, set]
 The weight of the link. More...
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Accessibility

SankeySeriesDataAccessibility Highsoft.Web.Mvc.Charts.SankeySeriesData.Accessibility
getset

Accessibility options for a data point.

◆ ClassName

string Highsoft.Web.Mvc.Charts.SankeySeriesData.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.SankeySeriesData.Color
getset

The color for the individual link. By default, the link color is the sameas the node it extends from. The series.fillOpacity option also applies tothe points, so when setting a specific link color, consider setting thefillOpacity to 1.

◆ ColorIndex

double Highsoft.Web.Mvc.Charts.SankeySeriesData.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.SankeySeriesData.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.SankeySeriesData.Description
getset

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

◆ Events

SankeySeriesDataEvents Highsoft.Web.Mvc.Charts.SankeySeriesData.Events
getset

The individual point events.

◆ From

string Highsoft.Web.Mvc.Charts.SankeySeriesData.From
getset

The node that the link runs from.

◆ Id

string Highsoft.Web.Mvc.Charts.SankeySeriesData.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.SankeySeriesData.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.SankeySeriesData.Name
getset

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

◆ Outgoing

bool Highsoft.Web.Mvc.Charts.SankeySeriesData.Outgoing
getset

Whether the link goes out of the system.

◆ Selected

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

Whether the data point is selected initially.

◆ To

string Highsoft.Web.Mvc.Charts.SankeySeriesData.To
getset

The node that the link runs to.

◆ Weight

double Highsoft.Web.Mvc.Charts.SankeySeriesData.Weight
getset

The weight of the link.


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