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

Inherits Highsoft.Web.Mvc.Charts.Series.

Properties

ColumnrangeSeriesAccessibility Accessibility [get, set]
 Accessibility options for a series. More...
 
bool AllowPointSelect [get, set]
 Allow this series' points to be selected by clicking on the graphic(columns, point markers, pie slices, map areas etc).The selected points can be handled by point select and unselectevents, or collectively by the getSelectedPoints function.And alternative way of selecting points is through dragging. More...
 
Animation Animation [get, set]
 Enable or disable the initial animation when a series is displayed.The animation can also be set as a configuration object. Pleasenote that this option only applies to the initial animation of theseries itself. For other animations, see chart.animation and the animation parameter under the API methods.The following properties are supported:- defer: The animation delay time in milliseconds.- duration: The duration of the animation in milliseconds. (Defaults to 1000)- easing: Can be a string reference to an easing function set on the Math object or a function. See the Custom easing function demo below. (Defaults to easeInOutSine)Due to poor performance, animation is disabled in old IE browsersfor several chart types. More...
 
bool AnimationBool [get, set]
 Enable or disable the initial animation when a series is displayed.The animation can also be set as a configuration object. Pleasenote that this option only applies to the initial animation of theseries itself. For other animations, see chart.animation and the animation parameter under the API methods.The following properties are supported:- defer: The animation delay time in milliseconds.- duration: The duration of the animation in milliseconds. (Defaults to 1000)- easing: Can be a string reference to an easing function set on the Math object or a function. See the Custom easing function demo below. (Defaults to easeInOutSine)Due to poor performance, animation is disabled in old IE browsersfor several chart types. More...
 
double AnimationLimit [get, set]
 For some series, there is a limit that shuts down animationby default when the total number of points in the chart is too high.For example, for a column chart and its derivatives, animation doesnot run if there is more than 250 points totally. To disable thiscap, set animationLimit to Infinity. This option works if animationis fired on individual points, not on a group of points like e.g. duringthe initial animation. More...
 
ColumnrangeSeriesBoostBlending BoostBlending [get, set]
 Sets the color blending in the boost module. More...
 
double BoostThreshold [get, set]
 Set the point threshold for when a series should enter boost mode.Setting it to e.g. 2000 will cause the series to enter boost mode when thereare 2000 or more points in the series.To disable boosting on the series, set the boostThreshold to 0. Setting itto 1 will force boosting.Note that the cropThreshold also affectsthis setting. When zooming in on a series that has fewer points than thecropThreshold, all points are rendered although outside the visible plotarea, and the boostThreshold won't take effect. More...
 
string BorderColor [get, set]
 The color of the border surrounding each column or bar.In styled mode, the border stroke can be set with the<tt>.highcharts-point rule. More...
 
Object BorderRadius [get, set]
 The corner radius of the border surrounding each column or bar. A numbersignifies pixels. A percentage string, like for example 50%, signifiesa relative size. For columns this is relative to the column width, forpies it is relative to the radius and the inner radius. More...
 
string BorderRadiusString [get, set]
 The corner radius of the border surrounding each column or bar. A numbersignifies pixels. A percentage string, like for example 50%, signifiesa relative size. For columns this is relative to the column width, forpies it is relative to the radius and the inner radius. More...
 
double BorderRadiusNumber [get, set]
 The corner radius of the border surrounding each column or bar. A numbersignifies pixels. A percentage string, like for example 50%, signifiesa relative size. For columns this is relative to the column width, forpies it is relative to the radius and the inner radius. More...
 
double BorderWidth [get, set]
 The width of the border surrounding each column or bar. Defaults to1 when there is room for a border, but to 0 when the columns areso dense that a border would cover the next column.In styled mode, the stroke width can be set with the<tt>.highcharts-point rule. More...
 
bool CenterInCategory [get, set]
 When true, the columns will center in the category, ignoring nullor missing points. When false, space will be reserved for null ormissing points. More...
 
string ClassName [get, set]
 An additional class name to apply to the series' graphical elements.This option does not replace default class names of the graphicalelement. Changes to the series' color will also be reflected in achart's legend and tooltip. More...
 
bool Clip [get, set]
 Disable this option to allow series rendering in the whole plottingarea.**Note:** Clipping should be always enabled whenchart.zoomType is set More...
 
string Color [get, set]
 The main color of the series. In line type series it applies to theline and the point markers unless otherwise specified. In bar typeseries it applies to the bars unless a color is specified per point.The default value is pulled from the options.colors array.In styled mode, the color can be defined by thecolorIndex option. Also, the seriescolor can be set with the .highcharts-series,.highcharts-color-{n}, .highcharts-{type}-series or<tt>.highcharts-series-{n} class, or individual classes given by theclassName option. More...
 
string ColorAxis [get, set]
 When using dual or multiple color axes, this number defines whichcolorAxis the particular series is connected to. It refers toeither theidor the index of the axis in the colorAxis array, with 0 being thefirst. Set this option to false to prevent a series from connectingto the default color axis.Since v7.2.0 the option can also be an axis id or an axis indexinstead of a boolean flag. More...
 
double ColorAxisNumber [get, set]
 When using dual or multiple color axes, this number defines whichcolorAxis the particular series is connected to. It refers toeither theidor the index of the axis in the colorAxis array, with 0 being thefirst. Set this option to false to prevent a series from connectingto the default color axis.Since v7.2.0 the option can also be an axis id or an axis indexinstead of a boolean flag. More...
 
bool ColorAxisBool [get, set]
 When using dual or multiple color axes, this number defines whichcolorAxis the particular series is connected to. It refers toeither theidor the index of the axis in the colorAxis array, with 0 being thefirst. Set this option to false to prevent a series from connectingto the default color axis.Since v7.2.0 the option can also be an axis id or an axis indexinstead of a boolean flag. More...
 
bool ColorByPoint [get, set]
 When using automatic point colors pulled from the global[colors](colors) or series-specificplotOptions.column.colors collections, this optiondetermines whether the chart should receive one color per series orone color per point.In styled mode, the colors or series.colors arrays are notsupported, and instead this option gives the points individual colorclass names on the form highcharts-color-{n}. More...
 
double ColorIndex [get, set]
 Styled mode only. A specific color index to use for the series, so itsgraphic representations are given the class name highcharts-color-{n}.Since v11, CSS variables on the form --highcharts-color-{n} makechanging the color scheme very convenient. More...
 
string ColorKey [get, set]
 Determines what data value should be used to calculate point colorif colorAxis is used. Requires to set min and max if somecustom point property is used or if approximation for data groupingis set to ‘'sum’`. More...
 
List< string > Colors [get, set]
 A series specific or series type specific color set to apply insteadof the global colors when colorByPoint is true. More...
 
bool Crisp [get, set]
 When true, each point or column edge is rounded to its nearest pixelin order to render sharp on screen. In some cases, when there are alot of densely packed columns, this leads to visible differencein column widths or distance between columns. In these cases,setting crisp to false may look better, even though each columnis rendered blurry. More...
 
double CropThreshold [get, set]
 When the series contains less points than the crop threshold, allpoints are drawn, even if the points fall outside the visible plotarea at the current zoom. The advantage of drawing all points(including markers and columns), is that animation is performed onupdates. On the other hand, when the series contains more points thanthe crop threshold, the series data is cropped to only contain pointsthat fall within the plot area. The advantage of cropping awayinvisible points is to increase performance on large series. More...
 
ColumnrangeSeriesCursor Cursor [get, set]
 You can set the cursor to "pointer" if you have click events attachedto the series, to signal to the user that the points and lines canbe clicked.In styled mode, the series cursor can be set with the same classesas listed under series.color. More...
 
Hashtable Custom [get, set]
 A reserved subspace to store options and values for customizedfunctionality. Here you can add additional data for your own eventcallbacks and formatter callbacks. More...
 
ColumnrangeSeriesDashStyle DashStyle [get, set]
 Name of the dash style to use for the graph, or for some series typesthe outline of each shape.In styled mode, thestroke dash-arraycan be set with the same classes as listed underseries.color. More...
 
List< ColumnrangeSeriesDataData [get, set]
 An array of data points for the series. For the columnrange seriestype, points can be given in the following ways:1. An array of arrays with 3 or 2 values. In this case, the values correspond to x,low,high. If the first value is a string, it is applied as the name of the point, and the x value is inferred. The x value can also be omitted, in which case the inner arrays should be of length 2. Then the x value is automatically calculated, either starting at 0 and incremented by 1, or from pointStart and pointInterval given in the series options. js data: [ [0, 4, 2], [1, 2, 1], [2, 9, 10] ]2. An array of objects with named values. The following snippet shows only a few settings, see the complete options set below. If the total number of data points exceeds the series' turboThreshold, this option is not available. js data: [{ x: 1, low: 0, high: 4, name: "Point2", color: "#00FF00" }, { x: 1, low: 5, high: 3, name: "Point1", color: "#FF00FF" }] More...
 
ColumnrangeSeriesDataLabels DataLabels [get, set]
 Options for the series data labels, appearing next to each datapoint.Since v6.2.0, multiple data labels can be applied to each singlepoint by defining them as an array of configs.In styled mode, the data labels can be styled with the<tt>.highcharts-data-label-box and .highcharts-data-label class names(see example). More...
 
ColumnrangeSeriesDataSorting DataSorting [get, set]
 Options for the series data sorting. More...
 
double Depth [get, set]
 Depth of the columns in a 3D column chart. More...
 
string Description [get, set]
 A description of the series to add to the screen reader informationabout the series. More...
 
ColumnrangeSeriesDragDrop DragDrop [get, set]
 The draggable-points module allows points to be moved around or modified inthe chart. In addition to the options mentioned under the dragDrop APIstructure, the module fires three events,point.dragStart,point.drag andpoint.drop. More...
 
string EdgeColor [get, set]
 3D columns only. The color of the edges. Similar to borderColor, except itdefaults to the same color as the column. More...
 
double EdgeWidth [get, set]
 3D columns only. The width of the colored edges. More...
 
bool EnableMouseTracking [get, set]
 Enable or disable the mouse tracking for a specific series. Thisincludes point tooltips and click events on graphs and points. Forlarge datasets it improves performance. More...
 
ColumnrangeSeriesEvents Events [get, set]
 General event handlers for the series items. These event hooks canalso be attached to the series at run time using theHighcharts.addEvent function. More...
 
ColumnrangeSeriesFindNearestPointBy FindNearestPointBy [get, set]
 Determines whether the series should look for the nearest pointin both dimensions or just the x-dimension when hovering the series.Defaults to ‘'xy’for scatter series and'x'for most otherseries. If the data has duplicate x-values, it is recommended toset this to'xy'` to allow hovering over all points.Applies only to series types using nearest neighbor search (notdirect hover) for tooltip. More...
 
bool GetExtremesFromAll [get, set]
 Whether to use the Y extremes of the total chart width or only thezoomed area when zooming in on parts of the X axis. By default, theY axis adjusts to the min and max of the visible data. Cartesianseries only. More...
 
bool Grouping [get, set]
 Whether to group non-stacked columns or to let them renderindependent of each other. Non-grouped columns will be laid outindividually and overlap each other. More...
 
double GroupPadding [get, set]
 Padding between each value groups, in x axis units. More...
 
double GroupZPadding [get, set]
 The spacing between columns on the Z Axis in a 3D chart. More...
 
override 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...
 
override string Id_DefaultValue [get, set]
 
bool InactiveOtherPoints [get, set]
 Highlight only the hovered point and fade the remaining points.Scatter-type series require enabling the 'inactive' marker state andadjusting opacity. Note that this approach could affect performancewith large datasets. More...
 
bool IncludeInDataExport [get, set]
 When set to false will prevent the series data from being included inany form of data export.Since version 6.0.0 until 7.1.0 the option was existing undocumentedas includeInCSVExport. More...
 
override 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...
 
override double Index_DefaultValue [get, set]
 
List< string > Keys [get, set]
 An array specifying which option maps to which key in the data pointarray. This makes it convenient to work with unstructured data arraysfrom different sources. More...
 
ColumnrangeSeriesLabel Label [get, set]
 Series labels are placed as close to the series as possible in anatural way, seeking to avoid other series. The goal of thisfeature is to make the chart more easily readable, like if ahuman designer placed the labels in the optimal position.The series labels currently work with series types having agraph or an area. More...
 
override double LegendIndex [get, set]
 The sequential index of the series in the legend. More...
 
override double LegendIndex_DefaultValue [get, set]
 
ColumnrangeSeriesLegendSymbol LegendSymbol [get, set]
 What type of legend symbol to render for this series. Can be one ofareaMarker, lineMarker or rectangle. More...
 
string LinkedTo [get, set]
 The id of another series to link to. Additionally,the value can be ":previous" to link to the previous series. Whentwo series are linked, only the first one appears in the legend.Toggling the visibility of this also toggles the linked series.If master series uses data sorting and linked series does not haveits own sorting definition, the linked series will be sorted in thesame order as the master one. More...
 
double MaxPointWidth [get, set]
 The maximum allowed pixel width for a column, translated to theheight of a bar in a bar chart. This prevents the columns frombecoming too wide when there is a small number of points in thechart. More...
 
double MinPointLength [get, set]
 The minimal height for a column or width for a bar. By default,0 values are not shown. To visualize a 0 (or close to zero) point,set the minimal point length to a pixel value like 3. In stackedcolumn charts, minPointLength might not be respected for tightlypacked values. More...
 
override string Name [get, set]
 The name of the series as shown in the legend, tooltip etc. More...
 
override string Name_DefaultValue [get, set]
 
ColumnrangeSeriesOnPoint OnPoint [get, set]
 Options for the Series on point feature. Only pie and sunburst seriesare supported at this moment. More...
 
double Opacity [get, set]
 Opacity of a series parts: line, fill (e.g. area) and dataLabels. More...
 
ColumnrangeSeriesPoint Point [get, set]
 Properties for each single point. More...
 
string PointDescriptionFormat [get, set]
 Same asaccessibility.point.descriptionFormat,but for an individual series. Overrides the chart wide configuration. More...
 
string PointDescriptionFormatter [get, set]
 Same asaccessibility.series.descriptionFormatter,but for an individual series. Overrides the chart wide configuration. More...
 
double PointInterval [get, set]
 If no x values are given for the points in a series, pointIntervaldefines the interval of the x values. For example, if a seriescontains one value every decade starting from year 0, setpointInterval to 10. In true datetime axes, the pointIntervalis set in milliseconds.It can be also be combined with pointIntervalUnit to draw irregulartime intervals.If combined with relativeXValue, an x value can be set on eachpoint, and the pointInterval is added x times to the pointStartsetting.Please note that this options applies to the series data, not theinterval of the axis ticks, which is independent. More...
 
ColumnrangeSeriesPointIntervalUnit PointIntervalUnit [get, set]
 On datetime series, this allows for setting thepointInterval to irregular timeunits, day, month and year. A day is usually the same as 24hours, but pointIntervalUnit also takes the DST crossover intoconsideration when dealing with local time. Combine this option withpointInterval to draw weeks, quarters, 6 months, 10 years etc.Please note that this options applies to the series data, not theinterval of the axis ticks, which is independent. More...
 
double PointPadding [get, set]
 Padding between each column or bar, in x axis units. More...
 
PointPlacement PointPlacement [get, set]
 Possible values: "on", "between", number.In a column chart, when pointPlacement is "on", the point will notcreate any padding of the X axis. In a polar column chart this meansthat the first column points directly north. If the pointPlacement is"between", the columns will be laid out between ticks. This isuseful for example for visualising an amount between two points intime or in a certain sector of a polar chart.Since Highcharts 3.0.2, the point placement can also be numeric,where 0 is on the axis value, -0.5 is between this value and theprevious, and 0.5 is between this value and the next. Unlike thetextual options, numeric point placement options won't affect axispadding.Note that pointPlacement needs a pointRange to work. For column series this iscomputed, but for line-type series it needs to be set.For the xrange series type and gantt charts, if the Y axis is acategory axis, the pointPlacement applies to the Y axis rather thanthe (typically datetime) X axis.Defaults to undefined in cartesian charts, "between" in polarcharts. More...
 
double PointRange [get, set]
 The X axis range that each point is valid for. This determines thewidth of the column. On a categorized axis, the range will be 1by default (one category unit). On linear and datetime axes, therange will be computed as the distance between the two closest datapoints.The default null means it is computed automatically, but thisoption can be used to override the automatic value.This option is set by default to 1 if data sorting is enabled. More...
 
double PointStart [get, set]
 If no x values are given for the points in a series, pointStartdefines on what value to start. For example, if a series contains oneyearly value starting from 1945, set pointStart to 1945.If combined with relativeXValue, an x value can be set on eachpoint. The x value from the point options is multiplied bypointInterval and added to pointStart to produce a modified xvalue. More...
 
double PointWidth [get, set]
 A pixel value specifying a fixed width for each column or bar point.When set to undefined, the width is calculated from thepointPadding and groupPadding. The width effects the dimensionthat is not based on the point value. For column series it is thehoizontal length and for bar series it is the vertical length. More...
 
bool RelativeXValue [get, set]
 When true, X values in the data set are relative to the currentpointStart, pointInterval and pointIntervalUnit settings. Thisallows compression of the data for datasets with irregular X values.The real X values are computed on the formula f(x) = ax + b, wherea is the pointInterval (optionally with a time unit given bypointIntervalUnit), and b is the pointStart. More...
 
bool Selected [get, set]
 Whether to select the series initially. If showCheckbox is true,the checkbox next to the series name in the legend will be checkedfor a selected series. More...
 
Shadow Shadow [get, set]
 Whether to apply a drop shadow to the graph line. Since 2.3 theshadow can be an object configuration containing color, offsetX,offsetY, opacity and width.Note that in some cases, like stacked columns or other dense layouts, theseries may cast shadows on each other. In that case, thechart.seriesGroupShadow allows applying a common drop shadow to thewhole series group. More...
 
bool ShadowBool [get, set]
 Whether to apply a drop shadow to the graph line. Since 2.3 theshadow can be an object configuration containing color, offsetX,offsetY, opacity and width.Note that in some cases, like stacked columns or other dense layouts, theseries may cast shadows on each other. In that case, thechart.seriesGroupShadow allows applying a common drop shadow to thewhole series group. More...
 
bool ShowCheckbox [get, set]
 If true, a checkbox is displayed next to the legend item to allowselecting the series. The state of the checkbox is determined bythe selected option. More...
 
bool ShowInLegend [get, set]
 Whether to display this particular series or series type in thelegend. Standalone series are shown in legend by default, and linkedseries are not. Since v7.2.0 it is possible to show series that usecolorAxis by setting this option to true. More...
 
bool SkipKeyboardNavigation [get, set]
 If set to true, the accessibility module will skip past the pointsin this series for keyboard navigation. More...
 
ColumnrangeSeriesSonification Sonification [get, set]
 Sonification/audio chart options for a series. More...
 
ColumnrangeSeriesStates States [get, set]
 
bool StickyTracking [get, set]
 Sticky tracking of mouse events. When true, the mouseOut event on aseries isn't triggered until the mouse moves over another series, orout of the plot area. When false, the mouseOut event on a series istriggered when the mouse leaves the area around the series' graph ormarkers. This also implies the tooltip when not shared. WhenstickyTracking is false and tooltip.shared is false, the tooltipwill be hidden when moving the mouse between series. Defaults to truefor line and area type series, but to false for columns, pies etc.**Note:** The boost module will force this option because oftechnical limitations. More...
 
ColumnrangeSeriesTooltip Tooltip [get, set]
 A configuration object for the tooltip rendering of each singleseries. Properties are inherited from tooltip, but onlythe following properties can be defined on a series level. More...
 
double TurboThreshold [get, set]
 When a series contains a data array that is longer than this, onlyone dimensional arrays of numbers, or two dimensional arrays withx and y values are allowed. Also, only the first point is tested,and the rest are assumed to be the same format. This saves expensivedata checking and indexing in long series. Set it to 0 disable.Note:In boost mode turbo threshold is forced. Only array of numbers ortwo dimensional arrays are allowed. More...
 
bool Visible [get, set]
 Set the initial visibility of the series. More...
 
override 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...
 
override string XAxis_DefaultValue [get, set]
 
override 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...
 
override double XAxisNumber_DefaultValue [get, set]
 
override 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...
 
override string YAxis_DefaultValue [get, set]
 
override 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...
 
override double YAxisNumber_DefaultValue [get, set]
 
override double ZIndex [get, set]
 Define the visual z index of the series. More...
 
override double ZIndex_DefaultValue [get, set]
 
string ZoneAxis [get, set]
 Defines the Axis on which the zones are applied. More...
 
List< ColumnrangeSeriesZoneZones [get, set]
 An array defining zones within a series. Zones can be applied to theX axis, Y axis or Z axis for bubbles, according to the zoneAxisoption. The zone definitions have to be in ascending order regardingto the value.In styled mode, the color zones are styled with the<tt>.highcharts-zone-{n} class, or custom classed from the classNameoption(view live demo). More...
 
Hashtable CustomFields [get, set]
 
- Properties inherited from Highsoft.Web.Mvc.Charts.Series
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

◆ Accessibility

ColumnrangeSeriesAccessibility Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Accessibility
getset

Accessibility options for a series.

◆ AllowPointSelect

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.AllowPointSelect
getset

Allow this series' points to be selected by clicking on the graphic(columns, point markers, pie slices, map areas etc).The selected points can be handled by point select and unselectevents, or collectively by the getSelectedPoints function.And alternative way of selecting points is through dragging.

◆ Animation

Animation Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Animation
getset

Enable or disable the initial animation when a series is displayed.The animation can also be set as a configuration object. Pleasenote that this option only applies to the initial animation of theseries itself. For other animations, see chart.animation and the animation parameter under the API methods.The following properties are supported:- defer: The animation delay time in milliseconds.- duration: The duration of the animation in milliseconds. (Defaults to 1000)- easing: Can be a string reference to an easing function set on the Math object or a function. See the Custom easing function demo below. (Defaults to easeInOutSine)Due to poor performance, animation is disabled in old IE browsersfor several chart types.

◆ AnimationBool

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.AnimationBool
getset

Enable or disable the initial animation when a series is displayed.The animation can also be set as a configuration object. Pleasenote that this option only applies to the initial animation of theseries itself. For other animations, see chart.animation and the animation parameter under the API methods.The following properties are supported:- defer: The animation delay time in milliseconds.- duration: The duration of the animation in milliseconds. (Defaults to 1000)- easing: Can be a string reference to an easing function set on the Math object or a function. See the Custom easing function demo below. (Defaults to easeInOutSine)Due to poor performance, animation is disabled in old IE browsersfor several chart types.

◆ AnimationLimit

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.AnimationLimit
getset

For some series, there is a limit that shuts down animationby default when the total number of points in the chart is too high.For example, for a column chart and its derivatives, animation doesnot run if there is more than 250 points totally. To disable thiscap, set animationLimit to Infinity. This option works if animationis fired on individual points, not on a group of points like e.g. duringthe initial animation.

◆ BoostBlending

ColumnrangeSeriesBoostBlending Highsoft.Web.Mvc.Charts.ColumnrangeSeries.BoostBlending
getset

Sets the color blending in the boost module.

◆ BoostThreshold

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.BoostThreshold
getset

Set the point threshold for when a series should enter boost mode.Setting it to e.g. 2000 will cause the series to enter boost mode when thereare 2000 or more points in the series.To disable boosting on the series, set the boostThreshold to 0. Setting itto 1 will force boosting.Note that the cropThreshold also affectsthis setting. When zooming in on a series that has fewer points than thecropThreshold, all points are rendered although outside the visible plotarea, and the boostThreshold won't take effect.

◆ BorderColor

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

The color of the border surrounding each column or bar.In styled mode, the border stroke can be set with the<tt>.highcharts-point rule.

◆ BorderRadius

Object Highsoft.Web.Mvc.Charts.ColumnrangeSeries.BorderRadius
getset

The corner radius of the border surrounding each column or bar. A numbersignifies pixels. A percentage string, like for example 50%, signifiesa relative size. For columns this is relative to the column width, forpies it is relative to the radius and the inner radius.

◆ BorderRadiusNumber

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.BorderRadiusNumber
getset

The corner radius of the border surrounding each column or bar. A numbersignifies pixels. A percentage string, like for example 50%, signifiesa relative size. For columns this is relative to the column width, forpies it is relative to the radius and the inner radius.

◆ BorderRadiusString

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.BorderRadiusString
getset

The corner radius of the border surrounding each column or bar. A numbersignifies pixels. A percentage string, like for example 50%, signifiesa relative size. For columns this is relative to the column width, forpies it is relative to the radius and the inner radius.

◆ BorderWidth

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

The width of the border surrounding each column or bar. Defaults to1 when there is room for a border, but to 0 when the columns areso dense that a border would cover the next column.In styled mode, the stroke width can be set with the<tt>.highcharts-point rule.

◆ CenterInCategory

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.CenterInCategory
getset

When true, the columns will center in the category, ignoring nullor missing points. When false, space will be reserved for null ormissing points.

◆ ClassName

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

An additional class name to apply to the series' graphical elements.This option does not replace default class names of the graphicalelement. Changes to the series' color will also be reflected in achart's legend and tooltip.

◆ Clip

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Clip
getset

Disable this option to allow series rendering in the whole plottingarea.**Note:** Clipping should be always enabled whenchart.zoomType is set

◆ Color

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

The main color of the series. In line type series it applies to theline and the point markers unless otherwise specified. In bar typeseries it applies to the bars unless a color is specified per point.The default value is pulled from the options.colors array.In styled mode, the color can be defined by thecolorIndex option. Also, the seriescolor can be set with the .highcharts-series,.highcharts-color-{n}, .highcharts-{type}-series or<tt>.highcharts-series-{n} class, or individual classes given by theclassName option.

◆ ColorAxis

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ColorAxis
getset

When using dual or multiple color axes, this number defines whichcolorAxis the particular series is connected to. It refers toeither theidor the index of the axis in the colorAxis array, with 0 being thefirst. Set this option to false to prevent a series from connectingto the default color axis.Since v7.2.0 the option can also be an axis id or an axis indexinstead of a boolean flag.

◆ ColorAxisBool

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ColorAxisBool
getset

When using dual or multiple color axes, this number defines whichcolorAxis the particular series is connected to. It refers toeither theidor the index of the axis in the colorAxis array, with 0 being thefirst. Set this option to false to prevent a series from connectingto the default color axis.Since v7.2.0 the option can also be an axis id or an axis indexinstead of a boolean flag.

◆ ColorAxisNumber

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ColorAxisNumber
getset

When using dual or multiple color axes, this number defines whichcolorAxis the particular series is connected to. It refers toeither theidor the index of the axis in the colorAxis array, with 0 being thefirst. Set this option to false to prevent a series from connectingto the default color axis.Since v7.2.0 the option can also be an axis id or an axis indexinstead of a boolean flag.

◆ ColorByPoint

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ColorByPoint
getset

When using automatic point colors pulled from the global[colors](colors) or series-specificplotOptions.column.colors collections, this optiondetermines whether the chart should receive one color per series orone color per point.In styled mode, the colors or series.colors arrays are notsupported, and instead this option gives the points individual colorclass names on the form highcharts-color-{n}.

◆ ColorIndex

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

Styled mode only. A specific color index to use for the series, so itsgraphic representations are given the class name highcharts-color-{n}.Since v11, CSS variables on the form --highcharts-color-{n} makechanging the color scheme very convenient.

◆ ColorKey

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ColorKey
getset

Determines what data value should be used to calculate point colorif colorAxis is used. Requires to set min and max if somecustom point property is used or if approximation for data groupingis set to ‘'sum’`.

◆ Colors

List<string> Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Colors
getset

A series specific or series type specific color set to apply insteadof the global colors when colorByPoint is true.

◆ Crisp

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Crisp
getset

When true, each point or column edge is rounded to its nearest pixelin order to render sharp on screen. In some cases, when there are alot of densely packed columns, this leads to visible differencein column widths or distance between columns. In these cases,setting crisp to false may look better, even though each columnis rendered blurry.

◆ CropThreshold

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.CropThreshold
getset

When the series contains less points than the crop threshold, allpoints are drawn, even if the points fall outside the visible plotarea at the current zoom. The advantage of drawing all points(including markers and columns), is that animation is performed onupdates. On the other hand, when the series contains more points thanthe crop threshold, the series data is cropped to only contain pointsthat fall within the plot area. The advantage of cropping awayinvisible points is to increase performance on large series.

◆ Cursor

ColumnrangeSeriesCursor Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Cursor
getset

You can set the cursor to "pointer" if you have click events attachedto the series, to signal to the user that the points and lines canbe clicked.In styled mode, the series cursor can be set with the same classesas listed under series.color.

◆ Custom

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

A reserved subspace to store options and values for customizedfunctionality. Here you can add additional data for your own eventcallbacks and formatter callbacks.

◆ DashStyle

ColumnrangeSeriesDashStyle Highsoft.Web.Mvc.Charts.ColumnrangeSeries.DashStyle
getset

Name of the dash style to use for the graph, or for some series typesthe outline of each shape.In styled mode, thestroke dash-arraycan be set with the same classes as listed underseries.color.

◆ Data

List<ColumnrangeSeriesData> Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Data
getset

An array of data points for the series. For the columnrange seriestype, points can be given in the following ways:1. An array of arrays with 3 or 2 values. In this case, the values correspond to x,low,high. If the first value is a string, it is applied as the name of the point, and the x value is inferred. The x value can also be omitted, in which case the inner arrays should be of length 2. Then the x value is automatically calculated, either starting at 0 and incremented by 1, or from pointStart and pointInterval given in the series options. js data: [ [0, 4, 2], [1, 2, 1], [2, 9, 10] ]2. An array of objects with named values. The following snippet shows only a few settings, see the complete options set below. If the total number of data points exceeds the series' turboThreshold, this option is not available. js data: [{ x: 1, low: 0, high: 4, name: "Point2", color: "#00FF00" }, { x: 1, low: 5, high: 3, name: "Point1", color: "#FF00FF" }]

◆ DataLabels

ColumnrangeSeriesDataLabels Highsoft.Web.Mvc.Charts.ColumnrangeSeries.DataLabels
getset

Options for the series data labels, appearing next to each datapoint.Since v6.2.0, multiple data labels can be applied to each singlepoint by defining them as an array of configs.In styled mode, the data labels can be styled with the<tt>.highcharts-data-label-box and .highcharts-data-label class names(see example).

◆ DataSorting

ColumnrangeSeriesDataSorting Highsoft.Web.Mvc.Charts.ColumnrangeSeries.DataSorting
getset

Options for the series data sorting.

◆ Depth

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Depth
getset

Depth of the columns in a 3D column chart.

◆ Description

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

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

◆ DragDrop

ColumnrangeSeriesDragDrop Highsoft.Web.Mvc.Charts.ColumnrangeSeries.DragDrop
getset

The draggable-points module allows points to be moved around or modified inthe chart. In addition to the options mentioned under the dragDrop APIstructure, the module fires three events,point.dragStart,point.drag andpoint.drop.

◆ EdgeColor

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.EdgeColor
getset

3D columns only. The color of the edges. Similar to borderColor, except itdefaults to the same color as the column.

◆ EdgeWidth

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.EdgeWidth
getset

3D columns only. The width of the colored edges.

◆ EnableMouseTracking

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.EnableMouseTracking
getset

Enable or disable the mouse tracking for a specific series. Thisincludes point tooltips and click events on graphs and points. Forlarge datasets it improves performance.

◆ Events

ColumnrangeSeriesEvents Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Events
getset

General event handlers for the series items. These event hooks canalso be attached to the series at run time using theHighcharts.addEvent function.

◆ FindNearestPointBy

ColumnrangeSeriesFindNearestPointBy Highsoft.Web.Mvc.Charts.ColumnrangeSeries.FindNearestPointBy
getset

Determines whether the series should look for the nearest pointin both dimensions or just the x-dimension when hovering the series.Defaults to ‘'xy’for scatter series and'x'for most otherseries. If the data has duplicate x-values, it is recommended toset this to'xy'` to allow hovering over all points.Applies only to series types using nearest neighbor search (notdirect hover) for tooltip.

◆ GetExtremesFromAll

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.GetExtremesFromAll
getset

Whether to use the Y extremes of the total chart width or only thezoomed area when zooming in on parts of the X axis. By default, theY axis adjusts to the min and max of the visible data. Cartesianseries only.

◆ Grouping

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Grouping
getset

Whether to group non-stacked columns or to let them renderindependent of each other. Non-grouped columns will be laid outindividually and overlap each other.

◆ GroupPadding

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.GroupPadding
getset

Padding between each value groups, in x axis units.

◆ GroupZPadding

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.GroupZPadding
getset

The spacing between columns on the Z Axis in a 3D chart.

◆ Id

override string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Id
getset

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

◆ InactiveOtherPoints

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.InactiveOtherPoints
getset

Highlight only the hovered point and fade the remaining points.Scatter-type series require enabling the 'inactive' marker state andadjusting opacity. Note that this approach could affect performancewith large datasets.

◆ IncludeInDataExport

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.IncludeInDataExport
getset

When set to false will prevent the series data from being included inany form of data export.Since version 6.0.0 until 7.1.0 the option was existing undocumentedas includeInCSVExport.

◆ Index

override double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.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.

◆ Keys

List<string> Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Keys
getset

An array specifying which option maps to which key in the data pointarray. This makes it convenient to work with unstructured data arraysfrom different sources.

◆ Label

ColumnrangeSeriesLabel Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Label
getset

Series labels are placed as close to the series as possible in anatural way, seeking to avoid other series. The goal of thisfeature is to make the chart more easily readable, like if ahuman designer placed the labels in the optimal position.The series labels currently work with series types having agraph or an area.

◆ LegendIndex

override double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.LegendIndex
getset

The sequential index of the series in the legend.

◆ LegendSymbol

ColumnrangeSeriesLegendSymbol Highsoft.Web.Mvc.Charts.ColumnrangeSeries.LegendSymbol
getset

What type of legend symbol to render for this series. Can be one ofareaMarker, lineMarker or rectangle.

◆ LinkedTo

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.LinkedTo
getset

The id of another series to link to. Additionally,the value can be ":previous" to link to the previous series. Whentwo series are linked, only the first one appears in the legend.Toggling the visibility of this also toggles the linked series.If master series uses data sorting and linked series does not haveits own sorting definition, the linked series will be sorted in thesame order as the master one.

◆ MaxPointWidth

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.MaxPointWidth
getset

The maximum allowed pixel width for a column, translated to theheight of a bar in a bar chart. This prevents the columns frombecoming too wide when there is a small number of points in thechart.

◆ MinPointLength

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.MinPointLength
getset

The minimal height for a column or width for a bar. By default,0 values are not shown. To visualize a 0 (or close to zero) point,set the minimal point length to a pixel value like 3. In stackedcolumn charts, minPointLength might not be respected for tightlypacked values.

◆ Name

override string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Name
getset

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

◆ OnPoint

ColumnrangeSeriesOnPoint Highsoft.Web.Mvc.Charts.ColumnrangeSeries.OnPoint
getset

Options for the Series on point feature. Only pie and sunburst seriesare supported at this moment.

◆ Opacity

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Opacity
getset

Opacity of a series parts: line, fill (e.g. area) and dataLabels.

◆ Point

ColumnrangeSeriesPoint Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Point
getset

Properties for each single point.

◆ PointDescriptionFormat

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointDescriptionFormat
getset

Same asaccessibility.point.descriptionFormat,but for an individual series. Overrides the chart wide configuration.

◆ PointDescriptionFormatter

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointDescriptionFormatter
getset

Same asaccessibility.series.descriptionFormatter,but for an individual series. Overrides the chart wide configuration.

◆ PointInterval

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointInterval
getset

If no x values are given for the points in a series, pointIntervaldefines the interval of the x values. For example, if a seriescontains one value every decade starting from year 0, setpointInterval to 10. In true datetime axes, the pointIntervalis set in milliseconds.It can be also be combined with pointIntervalUnit to draw irregulartime intervals.If combined with relativeXValue, an x value can be set on eachpoint, and the pointInterval is added x times to the pointStartsetting.Please note that this options applies to the series data, not theinterval of the axis ticks, which is independent.

◆ PointIntervalUnit

ColumnrangeSeriesPointIntervalUnit Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointIntervalUnit
getset

On datetime series, this allows for setting thepointInterval to irregular timeunits, day, month and year. A day is usually the same as 24hours, but pointIntervalUnit also takes the DST crossover intoconsideration when dealing with local time. Combine this option withpointInterval to draw weeks, quarters, 6 months, 10 years etc.Please note that this options applies to the series data, not theinterval of the axis ticks, which is independent.

◆ PointPadding

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointPadding
getset

Padding between each column or bar, in x axis units.

◆ PointPlacement

PointPlacement Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointPlacement
getset

Possible values: "on", "between", number.In a column chart, when pointPlacement is "on", the point will notcreate any padding of the X axis. In a polar column chart this meansthat the first column points directly north. If the pointPlacement is"between", the columns will be laid out between ticks. This isuseful for example for visualising an amount between two points intime or in a certain sector of a polar chart.Since Highcharts 3.0.2, the point placement can also be numeric,where 0 is on the axis value, -0.5 is between this value and theprevious, and 0.5 is between this value and the next. Unlike thetextual options, numeric point placement options won't affect axispadding.Note that pointPlacement needs a pointRange to work. For column series this iscomputed, but for line-type series it needs to be set.For the xrange series type and gantt charts, if the Y axis is acategory axis, the pointPlacement applies to the Y axis rather thanthe (typically datetime) X axis.Defaults to undefined in cartesian charts, "between" in polarcharts.

◆ PointRange

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointRange
getset

The X axis range that each point is valid for. This determines thewidth of the column. On a categorized axis, the range will be 1by default (one category unit). On linear and datetime axes, therange will be computed as the distance between the two closest datapoints.The default null means it is computed automatically, but thisoption can be used to override the automatic value.This option is set by default to 1 if data sorting is enabled.

◆ PointStart

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.PointStart
getset

If no x values are given for the points in a series, pointStartdefines on what value to start. For example, if a series contains oneyearly value starting from 1945, set pointStart to 1945.If combined with relativeXValue, an x value can be set on eachpoint. The x value from the point options is multiplied bypointInterval and added to pointStart to produce a modified xvalue.

◆ PointWidth

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

A pixel value specifying a fixed width for each column or bar point.When set to undefined, the width is calculated from thepointPadding and groupPadding. The width effects the dimensionthat is not based on the point value. For column series it is thehoizontal length and for bar series it is the vertical length.

◆ RelativeXValue

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.RelativeXValue
getset

When true, X values in the data set are relative to the currentpointStart, pointInterval and pointIntervalUnit settings. Thisallows compression of the data for datasets with irregular X values.The real X values are computed on the formula f(x) = ax + b, wherea is the pointInterval (optionally with a time unit given bypointIntervalUnit), and b is the pointStart.

◆ Selected

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

Whether to select the series initially. If showCheckbox is true,the checkbox next to the series name in the legend will be checkedfor a selected series.

◆ Shadow

Shadow Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Shadow
getset

Whether to apply a drop shadow to the graph line. Since 2.3 theshadow can be an object configuration containing color, offsetX,offsetY, opacity and width.Note that in some cases, like stacked columns or other dense layouts, theseries may cast shadows on each other. In that case, thechart.seriesGroupShadow allows applying a common drop shadow to thewhole series group.

◆ ShadowBool

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ShadowBool
getset

Whether to apply a drop shadow to the graph line. Since 2.3 theshadow can be an object configuration containing color, offsetX,offsetY, opacity and width.Note that in some cases, like stacked columns or other dense layouts, theseries may cast shadows on each other. In that case, thechart.seriesGroupShadow allows applying a common drop shadow to thewhole series group.

◆ ShowCheckbox

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ShowCheckbox
getset

If true, a checkbox is displayed next to the legend item to allowselecting the series. The state of the checkbox is determined bythe selected option.

◆ ShowInLegend

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ShowInLegend
getset

Whether to display this particular series or series type in thelegend. Standalone series are shown in legend by default, and linkedseries are not. Since v7.2.0 it is possible to show series that usecolorAxis by setting this option to true.

◆ SkipKeyboardNavigation

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.SkipKeyboardNavigation
getset

If set to true, the accessibility module will skip past the pointsin this series for keyboard navigation.

◆ Sonification

ColumnrangeSeriesSonification Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Sonification
getset

Sonification/audio chart options for a series.

◆ States

ColumnrangeSeriesStates Highsoft.Web.Mvc.Charts.ColumnrangeSeries.States
getset

◆ StickyTracking

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.StickyTracking
getset

Sticky tracking of mouse events. When true, the mouseOut event on aseries isn't triggered until the mouse moves over another series, orout of the plot area. When false, the mouseOut event on a series istriggered when the mouse leaves the area around the series' graph ormarkers. This also implies the tooltip when not shared. WhenstickyTracking is false and tooltip.shared is false, the tooltipwill be hidden when moving the mouse between series. Defaults to truefor line and area type series, but to false for columns, pies etc.**Note:** The boost module will force this option because oftechnical limitations.

◆ Tooltip

ColumnrangeSeriesTooltip Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Tooltip
getset

A configuration object for the tooltip rendering of each singleseries. Properties are inherited from tooltip, but onlythe following properties can be defined on a series level.

◆ TurboThreshold

double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.TurboThreshold
getset

When a series contains a data array that is longer than this, onlyone dimensional arrays of numbers, or two dimensional arrays withx and y values are allowed. Also, only the first point is tested,and the rest are assumed to be the same format. This saves expensivedata checking and indexing in long series. Set it to 0 disable.Note:In boost mode turbo threshold is forced. Only array of numbers ortwo dimensional arrays are allowed.

◆ Visible

bool Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Visible
getset

Set the initial visibility of the series.

◆ XAxis

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

override double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.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

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

override double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.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

override double Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ZIndex
getset

Define the visual z index of the series.

◆ ZoneAxis

string Highsoft.Web.Mvc.Charts.ColumnrangeSeries.ZoneAxis
getset

Defines the Axis on which the zones are applied.

◆ Zones

List<ColumnrangeSeriesZone> Highsoft.Web.Mvc.Charts.ColumnrangeSeries.Zones
getset

An array defining zones within a series. Zones can be applied to theX axis, Y axis or Z axis for bubbles, according to the zoneAxisoption. The zone definitions have to be in ascending order regardingto the value.In styled mode, the color zones are styled with the<tt>.highcharts-zone-{n} class, or custom classed from the classNameoption(view live demo).


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