StockChartNavigatorSeriesHighlightSettingsBuilder
Methods
Border(System.Action)
The border of highlighted points. The color is computed automatically from the base point color.
Parameters
configurator - System.Action<StockChartNavigatorSeriesHighlightBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The highlight color.** Available only for pie series **
Parameters
value - System.String
The value for Color
Line(System.Action)
Line options for highlighted points. The color is computed automatically from the base point color.** Available only for candlestick series **
Parameters
configurator - System.Action<StockChartNavigatorSeriesHighlightLineSettingsBuilder>
The configurator for the line setting.
Opacity(System.Double)
The opacity of the highlighted points.
Parameters
value - System.Double
The value for Opacity
Visible(System.Boolean)
A value indicating if the series points should be highlighted.
Parameters
value - System.Boolean
The value for Visible