Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IChartHint interface is used to determine a chart tooltip format
IChartHint
To display tooltips, use the IChart.UseSignatureHint property.
Property name | Brief description | |
The BackgroundInfo property determines fill parameters for tooltips on the chart. | ||
The BorderPen property determines a pen style for tooltip contour on the chart. | ||
The CustomFormat property determines a custom format of numeric values of tooltips on the chart. | ||
The Font property determines a font of chart tooltips. | ||
The FontColor property determines a font color of chart tooltips. | ||
The HorizontalAlignment property determines a horizontal position of tooltip data labels on the chart. | ||
The StringFormat property determines a format of displaying tooltip data labels on the chart. | ||
The UseIndicatorColorForBorder property determines whether color for tooltip contour is taken from chart metric. |
See also: