ChartTitle Members
Include Protected Members
Include Inherited Members
Represents a title for the chart.
The ChartTitle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ChartTitle() | Creates a new instance of the ChartTitle class. |
![]() |
ChartTitle(IPropertyStore) | Creates a new instance of the ChartTitle class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions for the title. |
![]() |
Caption | Caption of the title. |
![]() |
CaptionLocID | The unique identifier for the Caption property. |
![]() |
ChartElementPosition | Defines a custom position for the title. |
![]() |
DockOffset | Offset from the dock location, as a percentage of the chart size. |
![]() |
DockOutsideChartArea | Indicates the title should be docked outside the chart area rather than inside the chart area. |
![]() |
DockToChartArea | Name of the chart area on which to draw the title. |
![]() |
Hidden | Indicates the title should be hidden. |
![]() |
Name | The chart title name. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
Position | The position of the title. |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
TextOrientation | Indicates the orientation of the text. |
![]() |
ToolTip | Tool tip to display for the title. |
![]() |
ToolTipLocID | The unique identifier for the ToolTip property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top