Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IChartHint interface is used to determine tooltip format on the chart.
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 pen style for tooltip contour on the chart. | ||
| The CustomFormat property determines custom format of numeric values of tooltips on the chart. | ||
| The Font property determines font of chart tooltips. | ||
| The FontColor property determines font color of chart tooltips. | ||
| The HorizontalAlignment property determines horizontal position of tooltip data labels on the chart. | ||
| The StringFormat property determines format of displaying tooltip data labels on the chart. | ||
| The UseIndicatorColorForBorder property determines whether to use color for tooltip contour from chart metric. |
See also: