ChartTitle Class

Represents chart title properties.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ChartsChartTitle

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ChartTitle : IChartTitle, ILayoutable, 
	IChartComponent, ISlideComponent, IPresentationComponent, IOverridableText, IFormattedTextContainer

The ChartTitle type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Bottom. Read-only Single.
Public propertyChart
Returns the parent chart. Read-only IChart.
Public propertyFormat
Returns the fill, line, effect styles of a title. Read-only IFormat.
Public propertyHeight
Returns or sets the height of a title as a fraction of the height of the chart. Read/write Single.
Public propertyOverlay
Determines whether other chart elements shall be allowed to overlap title. Read/write Boolean.
Public propertyRight
Right. Read-only Single.
Public propertyTextFormat
Returns text format. Read-only IChartTextFormat.
Public propertyTextFrameForOverriding
Can contain a rich formatted text. If this property is not null then this formatted text value overrides auto-generated text. Auto-generated text is an implicit property of the data label, the display unit label of the value axis, the axis title, the chart title, the label of the trendline. Auto-generated text is formatted with the IFormattedTextContainer.TextFormat property. Read-only ITextFrame.
Public propertyWidth
Returns or sets the width of a title as a fraction of the width of the chart. Read/write Single.
Public propertyX
Returns or sets the x coordinate of a title as a fraction of the width of the chart. Read/write Single.
Public propertyY
Returns or sets the y coordinate of a title as a fraction of the height of the chart. Read/write Single.
Methods
  NameDescription
Public methodAddTextFrameForOverriding
Initialize TextFrameForOverriding with the text in paramener "text". If TextFrameForOverriding is already initialized then simply changes its text.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also