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

Inherits BaseObject.

Inherited by Highsoft.Web.Mvc.Charts.ArcdiagramSeries, Highsoft.Web.Mvc.Charts.ArearangeSeries, Highsoft.Web.Mvc.Charts.AreaSeries, Highsoft.Web.Mvc.Charts.AreasplinerangeSeries, Highsoft.Web.Mvc.Charts.AreasplineSeries, Highsoft.Web.Mvc.Charts.BarSeries, Highsoft.Web.Mvc.Charts.BellcurveSeries, Highsoft.Web.Mvc.Charts.BoxplotSeries, Highsoft.Web.Mvc.Charts.BubbleSeries, Highsoft.Web.Mvc.Charts.BulletSeries, Highsoft.Web.Mvc.Charts.ColumnpyramidSeries, Highsoft.Web.Mvc.Charts.ColumnrangeSeries, Highsoft.Web.Mvc.Charts.ColumnSeries, Highsoft.Web.Mvc.Charts.CylinderSeries, Highsoft.Web.Mvc.Charts.DependencywheelSeries, Highsoft.Web.Mvc.Charts.DumbbellSeries, Highsoft.Web.Mvc.Charts.ErrorbarSeries, Highsoft.Web.Mvc.Charts.Funnel3dSeries, Highsoft.Web.Mvc.Charts.FunnelSeries, Highsoft.Web.Mvc.Charts.GaugeSeries, Highsoft.Web.Mvc.Charts.HeatmapSeries, Highsoft.Web.Mvc.Charts.HistogramSeries, Highsoft.Web.Mvc.Charts.ItemSeries, Highsoft.Web.Mvc.Charts.LineSeries, Highsoft.Web.Mvc.Charts.LollipopSeries, Highsoft.Web.Mvc.Charts.NetworkgraphSeries, Highsoft.Web.Mvc.Charts.OrganizationSeries, Highsoft.Web.Mvc.Charts.PackedbubbleSeries, Highsoft.Web.Mvc.Charts.ParetoSeries, Highsoft.Web.Mvc.Charts.PictorialSeries, Highsoft.Web.Mvc.Charts.PieSeries, Highsoft.Web.Mvc.Charts.PolygonSeries, Highsoft.Web.Mvc.Charts.Pyramid3dSeries, Highsoft.Web.Mvc.Charts.PyramidSeries, Highsoft.Web.Mvc.Charts.SankeySeries, Highsoft.Web.Mvc.Charts.Scatter3dSeries, Highsoft.Web.Mvc.Charts.ScatterSeries, Highsoft.Web.Mvc.Charts.SolidgaugeSeries, Highsoft.Web.Mvc.Charts.SplineSeries, Highsoft.Web.Mvc.Charts.StreamgraphSeries, Highsoft.Web.Mvc.Charts.SunburstSeries, Highsoft.Web.Mvc.Charts.TilemapSeries, Highsoft.Web.Mvc.Charts.TimelineSeries, Highsoft.Web.Mvc.Charts.TreegraphSeries, Highsoft.Web.Mvc.Charts.TreemapSeries, Highsoft.Web.Mvc.Charts.VariablepieSeries, Highsoft.Web.Mvc.Charts.VariwideSeries, Highsoft.Web.Mvc.Charts.VectorSeries, Highsoft.Web.Mvc.Charts.VennSeries, Highsoft.Web.Mvc.Charts.WaterfallSeries, Highsoft.Web.Mvc.Charts.WindbarbSeries, Highsoft.Web.Mvc.Charts.WordcloudSeries, and Highsoft.Web.Mvc.Charts.XrangeSeries.

Properties

virtual string Id [get, set]
 An id for the series. This can be used after render time to get a pointerto the series object through chart.get(). More...
 
virtual string Id_DefaultValue [get, set]
 
virtual double Index [get, set]
 The index of the series in the chart, affecting the internal index in thechart.series array, the visible Z index as well as the order in thelegend. More...
 
virtual double Index_DefaultValue [get, set]
 
virtual double LegendIndex [get, set]
 The sequential index of the series in the legend. More...
 
virtual double LegendIndex_DefaultValue [get, set]
 
virtual string Name [get, set]
 The name of the series as shown in the legend, tooltip etc. More...
 
virtual string Name_DefaultValue [get, set]
 
virtual string Stack [get, set]
 This option allows grouping series in a stacked chart. The stack optioncan be a string or anything else, as long as the grouped series' stackoptions match each other after conversion into a string. More...
 
virtual string Stack_DefaultValue [get, set]
 
virtual double StackNumber [get, set]
 This option allows grouping series in a stacked chart. The stack optioncan be a string or anything else, as long as the grouped series' stackoptions match each other after conversion into a string. More...
 
virtual double StackNumber_DefaultValue [get, set]
 
virtual string XAxis [get, set]
 When using dual or multiple x axes, this number defines which xAxis theparticular series is connected to. It refers to either theidor the index of the axis in the xAxis array, with 0 being the first. More...
 
virtual string XAxis_DefaultValue [get, set]
 
virtual double XAxisNumber [get, set]
 When using dual or multiple x axes, this number defines which xAxis theparticular series is connected to. It refers to either theidor the index of the axis in the xAxis array, with 0 being the first. More...
 
virtual double XAxisNumber_DefaultValue [get, set]
 
virtual string YAxis [get, set]
 When using dual or multiple y axes, this number defines which yAxis theparticular series is connected to. It refers to either theidor the index of the axis in the yAxis array, with 0 being the first. More...
 
virtual string YAxis_DefaultValue [get, set]
 
virtual double YAxisNumber [get, set]
 When using dual or multiple y axes, this number defines which yAxis theparticular series is connected to. It refers to either theidor the index of the axis in the yAxis array, with 0 being the first. More...
 
virtual double YAxisNumber_DefaultValue [get, set]
 
virtual double ZIndex [get, set]
 Define the visual z index of the series. More...
 
virtual double ZIndex_DefaultValue [get, set]
 
Hashtable CustomFields [get, set]
 

Property Documentation

◆ Id

virtual string Highsoft.Web.Mvc.Charts.Series.Id
getset

An id for the series. This can be used after render time to get a pointerto the series object through chart.get().

◆ Index

virtual double Highsoft.Web.Mvc.Charts.Series.Index
getset

The index of the series in the chart, affecting the internal index in thechart.series array, the visible Z index as well as the order in thelegend.

◆ LegendIndex

virtual double Highsoft.Web.Mvc.Charts.Series.LegendIndex
getset

The sequential index of the series in the legend.

◆ Name

virtual string Highsoft.Web.Mvc.Charts.Series.Name
getset

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

◆ Stack

virtual string Highsoft.Web.Mvc.Charts.Series.Stack
getset

This option allows grouping series in a stacked chart. The stack optioncan be a string or anything else, as long as the grouped series' stackoptions match each other after conversion into a string.

◆ StackNumber

virtual double Highsoft.Web.Mvc.Charts.Series.StackNumber
getset

This option allows grouping series in a stacked chart. The stack optioncan be a string or anything else, as long as the grouped series' stackoptions match each other after conversion into a string.

◆ XAxis

virtual string Highsoft.Web.Mvc.Charts.Series.XAxis
getset

When using dual or multiple x axes, this number defines which xAxis theparticular series is connected to. It refers to either theidor the index of the axis in the xAxis array, with 0 being the first.

◆ XAxisNumber

virtual double Highsoft.Web.Mvc.Charts.Series.XAxisNumber
getset

When using dual or multiple x axes, this number defines which xAxis theparticular series is connected to. It refers to either theidor the index of the axis in the xAxis array, with 0 being the first.

◆ YAxis

virtual string Highsoft.Web.Mvc.Charts.Series.YAxis
getset

When using dual or multiple y axes, this number defines which yAxis theparticular series is connected to. It refers to either theidor the index of the axis in the yAxis array, with 0 being the first.

◆ YAxisNumber

virtual double Highsoft.Web.Mvc.Charts.Series.YAxisNumber
getset

When using dual or multiple y axes, this number defines which yAxis theparticular series is connected to. It refers to either theidor the index of the axis in the yAxis array, with 0 being the first.

◆ ZIndex

virtual double Highsoft.Web.Mvc.Charts.Series.ZIndex
getset

Define the visual z index of the series.


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