IChartAxisInterlineCaption

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IChartAxisInterlineCaption interface is used to set up caption between level lines.

Inheritance hierarchy

          IChartAxisInterlineCaption

Comments

To set chart level line parameters, use properties of the IChartAxisLevelLine interface.

Properties

  Property name Brief description
The Font property determines the font of caption between level lines.
The FontColor property determines the font color of caption between level lines.
The HorizontalAlignment property determines horizontal alignment of caption text between level lines.
The HorizontalOffset property determines offset of caption from the level line.
The Text property determines the text of caption between level lines.

See also:

Chart Assembly Interfaces