StockChartNavigatorSettingsSeriesBuilder
Methods
Type(System.String)
The type of the series. Available types:
Parameters
value - System.String
The value for Type
DashType(Kendo.Mvc.UI.ChartDashType)
The dash type of line chart.The following dash types are supported:
Parameters
value - ChartDashType
The value for DashType
HighField(System.String)
The data field containing the high value.** Available for candlestick and ohlc series only **
Parameters
value - System.String
The value for HighField
Field(System.String)
The data field containing the series value.
Parameters
value - System.String
The value for Field
CategoryField(System.String)
The data item field which contains the category name or date.
Parameters
value - System.String
The value for CategoryField
Name(System.String)
The navigator series name.
Parameters
value - System.String
The value for Name
Highlight(System.Action)
Configures the appearance of highlighted points.** Applicable to candlestick and ohlc series. **
Parameters
configurator - System.Action<StockChartNavigatorSeriesHighlightSettingsBuilder>
The configurator for the highlight setting.
Aggregate(System.String)
The aggregate function to apply for date series.This function is used when a category (an year, month, etc.) contains two or more points. The function return value is displayed instead of the individual points.The supported values are:
Parameters
value - System.String
The value for Aggregate
AggregateHandler(System.String)
The aggregate function to apply for date series.This function is used when a category (an year, month, etc.) contains two or more points. The function return value is displayed instead of the individual points.The supported values are:
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
AggregateHandler(System.Func)
The aggregate function to apply for date series.This function is used when a category (an year, month, etc.) contains two or more points. The function return value is displayed instead of the individual points.The supported values are:
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Axis(System.String)
The name of the value axis to use.** Applicable to area, column, line, ohlc and candlestick series **
Parameters
value - System.String
The value for Axis
Border(System.Action)
The border of the points.** Applicable to column, ohlc and candlestick series **
Parameters
configurator - System.Action<StockChartNavigatorSeriesBorderSettingsBuilder>
The configurator for the border setting.
CloseField(System.String)
The data field containing the close value.** Available for candlestick and ohlc series only **
Parameters
value - System.String
The value for CloseField
Color(System.String)
The series base color. The supported values are:
Parameters
value - System.String
The value for Color
ColorField(System.String)
The data field containing the point color.** Applicable for column, candlestick and ohlc series. **
Parameters
value - System.String
The value for ColorField
DownColor(System.String)
The series color when the open value is greater than the close value.** Available for candlestick series only **
Parameters
value - System.String
The value for DownColor
DownColorField(System.String)
The data field containing the color applied when the open value is greater than the close value.** Available for candlestick series only **
Parameters
value - System.String
The value for DownColorField
Gap(System.Double)
The distance between category clusters.** Applicable for column, candlestick and ohlc series. **
Parameters
value - System.Double
The value for Gap
Labels(System.Action)
Configures the series data labels.
Parameters
configurator - System.Action<StockChartNavigatorSeriesLabelsSettingsBuilder>
The configurator for the labels setting.
Line(System.Action)
Line options.** Applicable to area, candlestick and ohlc series. **
Parameters
configurator - System.Action<StockChartNavigatorSeriesLineSettingsBuilder>
The configurator for the line setting.
LowField(System.String)
The data field containing the low value.** Available for candlestick and ohlc series **
Parameters
value - System.String
The value for LowField
Markers(System.Action)
Marker options.** Applicable for area and line series. **
Parameters
configurator - System.Action<StockChartNavigatorSeriesMarkersSettingsBuilder>
The configurator for the markers setting.
MissingValues(System.String)
The behavior for handling missing values. The supported values are:
Parameters
value - System.String
The value for MissingValues
Style(System.String)
The supported values are:
Parameters
value - System.String
The value for Style
Opacity(System.Double)
The series opacity.
Parameters
value - System.Double
The value for Opacity
OpenField(System.String)
The data field containing the open value.** Available for candlestick and ohlc series **
Parameters
value - System.String
The value for OpenField
Overlay(System.Action)
The effects overlay.
Parameters
configurator - System.Action<StockChartNavigatorSeriesOverlaySettingsBuilder>
The configurator for the overlay setting.
Spacing(System.Double)
Space between points as proportion of the point width.Available for column, candlestick and ohlc series.
Parameters
value - System.Double
The value for Spacing
Stack(System.Action)
A boolean value indicating if the series should be stacked. A string value is interpreted as navigator.series.stack.group.
Parameters
configurator - System.Action<StockChartNavigatorSeriesStackSettingsBuilder>
The configurator for the stack setting.
Stack()
A boolean value indicating if the series should be stacked. A string value is interpreted as navigator.series.stack.group.
Stack(System.Boolean)
A boolean value indicating if the series should be stacked. A string value is interpreted as navigator.series.stack.group.
Parameters
enabled - System.Boolean
Enables or disables the stack option.
Tooltip(System.Action)
The data point tooltip configuration options.
Parameters
configurator - System.Action<StockChartNavigatorSeriesTooltipSettingsBuilder>
The configurator for the tooltip setting.
Width(System.Double)
The line width.** Applicable for line series. **
Parameters
value - System.Double
The value for Width