The ChartNoDataMessage type exposes the following members.

Constructors

  Name Description
Public method ChartNoDataMessage
Initializes a new instance of the ChartNoDataMessage class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartTitle to the current object.
(Inherited from ChartTitle.)
Protected method SetName
Sets the name of the current item.
(Inherited from NamedCollectionItem.)
Protected method SetNameInt
For internal use.
(Inherited from NamedCollectionItem.)

Properties

  Name Description
Public property ActionInfo
Gets the ActionInfo object defining actions for the title.
(Inherited from ChartTitle.)
Public property Caption
Gets or sets the caption of the title.
(Inherited from ChartTitle.)
Public property CustomPosition
Gets or sets the ChartElementPosition object defining custom position of the title. If omitted, automatic positioning will be used.
(Inherited from ChartTitle.)
Public property DockOffset
Gets or sets the offset from the dock location, as a percentage of the chart size.

Default: 0.

(Inherited from ChartTitle.)
Public property DockOutsideChartArea
Gets or sets a value indicating whether the title should be docked outside the chart area rather than inside the chart area. Ignored if DockToChartArea is not set.
(Inherited from ChartTitle.)
Public property DockToChartArea
Gets or sets the name of the chart area on which to draw the title. If omitted (or does not match any chart area name), the title is drawn relative to the chart rather than a specific chart area.
(Inherited from ChartTitle.)
Public property Hidden
Gets or sets a value indicating whether the title should be hidden.
(Inherited from ChartTitle.)
Public property Name
Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown.
(Inherited from NamedCollectionItem.)
Public property Owner
Gets the NamedCollection containing the current object.
(Inherited from NamedCollectionItem.)
Public property Position
Gets or sets the position of the title.
(Inherited from ChartTitle.)
Public property Style
Gets the Style object defining style properties for the title.
(Inherited from ChartTitle.)
Public property TextOrientation
Gets or sets the orientation of the text.
(Inherited from ChartTitle.)
Public property ToolTip
Gets or sets the tooltip to display for the title.
(Inherited from ChartTitle.)

See Also