ChartSeriesTargetSettingsBuilder
Methods
Border(System.Action)
The border of the target.
Parameters
configurator - System.Action<ChartSeriesTargetBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The target color.
Parameters
value - System.String
The value for Color
ColorHandler(System.String)
The target color.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
ColorHandler(System.Func)
The target color.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Line(System.Action)
The target line options.
Parameters
configurator - System.Action<ChartSeriesTargetLineSettingsBuilder>
The configurator for the line setting.