Wealth-Lab Framework
Search Framework:
ChartTooltip
Namespace: WealthLab.ChartWPF
Parent: Object
Parent: Object
Contains the information for a tooltip to be displayed on the chart.
Constructors
ChartTooltip
public ChartTooltip()
public ChartTooltip(string txt, WLColor color)
ChartTooltip has both a parameterless constructor, and a constructor that assigns values to the Color and Text properties.
Members
Color
public WLColor Color
The foreground color that should be used to render the tooltip Text.
Text
public string Text
The text to render for the tooltip.