IChartHint

Assembly: Chart;

Description

The IChartHint interface is used to determine a chart tooltip format

Inheritance Hierarchy

          IChartHint

Comments

To display tooltips, use the IChart.UseSignatureHint property.

Properties

  Property name Brief description
BackgroundInfo

The BackgroundInfo property determines fill parameters for tooltips on the chart.
BorderPen

The BorderPen property determines a pen style for tooltip contour on the chart.
CustomFormat

The CustomFormat property determines a custom format of numeric values of tooltips on the chart.
DisplayBorder

The DisplayBorder property determines whether chart tooltips have a border.

Font

The Font property determines a font of chart tooltips.
FontColor

The FontColor property determines a font color of chart tooltips.
HorizontalAlignment

The HorizontalAlignment property determines a horizontal position of tooltip data labels on the chart.
StringFormat

The StringFormat property determines a format of displaying tooltip data labels on the chart.
UseIndicatorColorForBorder

The UseIndicatorColorForBorder property determines whether color for tooltip contour is taken from chart metric.

See also:

Chart Assembly Interfaces