Wealth-Lab Framework
Search Framework:
ChartTooltip
Namespace: WealthLab.ChartWPF
Parent: Object
Parent: Object
The ChartTooltip class contains the text and color information used to render a tooltip on a WealthLab chart. It is primarily used by chart elements such as BarGlyphs when displaying mouse-over information.
Constructors
ChartTooltip
public ChartTooltip()
public ChartTooltip(string txt, WLColor color)
The parameterless constructor creates an empty ChartTooltip instance. The second constructor assigns txt to the Text property and color to the Color property.
Members
Color
public WLColor Color
Gets or sets the foreground color used to render the tooltip's Text.
Text
public string Text
Gets or sets the text displayed in the tooltip.