IChart > Chart Assembly Interfaces > IChartLabel
The IChartLabel interface contains properties to define parameters for data captions in a graph.
Property name | Brief description | |
![]() |
The AutoPlacement property determines whether the automatic placement is used. | |
![]() |
The BackgroundInfo property determines properties of background fill for a label. | |
![]() |
The BordenPen property determines parameters of the label border line. | |
![]() |
The Cap property determines type of ending for a label line. | |
![]() |
The CapLength property determines the length of the arrowhead of a label line. | |
![]() |
The CustomFormat property allows setting custom number format for labels. | |
![]() |
The DataFormat property determines format of displaying text in data labels. | |
![]() |
The DisplayRegion property determines whether the borders of data labels are shown. | |
![]() |
The DisplayNoteLine property determines displaying label callout. | |
![]() |
The DisplayShadow property determines whether the data label is displayed with shadow. | |
![]() |
The Font property determines parameters of text font used for data labels. | |
![]() |
The FontColor property determines the font color for the data label. | |
![]() |
The FormattedText property determines formatted data label text in RTF format. | |
![]() |
The HorizontalHotspotAlignment property determines the horizontal position of a label. | |
![]() |
The HotspotPositionCoef property locates a data caption with respect to a column or a chart sector. | |
![]() |
The Hotspot property locates a data caption, that is, it is used to offset a caption along the X and Y axes. | |
![]() |
The IncludeMarkerOffset property allows taking into account and include into offset margin the marker size when offsetting a label. | |
![]() |
The Pen property determines parameters of a label line of the index or callout type. | |
![]() |
The Position property determines data label position relative to a series (column, sector. line and so on).on). | |
![]() |
The Rectangle property returns the chart label coordinates and size. | |
![]() |
The Shadow property returns the shadow parameters. | |
![]() |
The Text property returns the text of data labels on the chart. | |
![]() |
The TextAngle property is reserved for future use. | |
![]() |
The Type property determines data label type. | |
![]() |
The VerticalHotspotAlignment property determines vertical position of a text. | |
![]() |
The Visible property determines whether data labels are displayed. |
Property name | Brief description | |
![]() |
The ResetChildrenInheritance method resets settings of all chart labels. | |
![]() |
The ResetInheritance method resets settings of specific chart label. |
Property name | Brief description | |
![]() |
The Chart property returns the object of the IChart type, to which a graph element belongs. | |
![]() |
The Contains property checks if the point is included into the object. | |
![]() |
The Selected property determines whether a graph component is selected. |
See also: