StockChartNavigatorSeriesTooltipSettingsBuilder
Methods
Background(System.String)
The background color of the tooltip. The default is determined from the series color.
Parameters
value - System.String
The value for Background
Border(System.Action)
The border configuration options.
Parameters
configurator - System.Action<StockChartNavigatorSeriesTooltipBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The text color of the tooltip. The default is the same as the series labels color.
Parameters
value - System.String
The value for Color
Font(System.String)
The tooltip font.
Parameters
value - System.String
The value for Font
Format(System.String)
The tooltip format. Format variables depend on the series type:
Parameters
value - System.String
The value for Format
Padding(System.Double)
The padding of the tooltip.
Parameters
value - System.Double
The value for Padding
Template(System.String)
The tooltip template. Template variables:
Parameters
value - System.String
The value for Template
TemplateId(System.String)
The tooltip template. Template variables:
Parameters
templateId - System.String
Visible(System.Boolean)
A value indicating if the tooltip should be displayed.
Parameters
value - System.Boolean
The value for Visible
Visible()
A value indicating if the tooltip should be displayed.