[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartTitle

ChartTitle Class

Represents the title of the chart.

Inheritance
ChartTitle
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartTitle : ChartRect, INotifyPropertyChanged, IC1Serializable

Properties

Name Description
Compass

Gets or sets the general positioning of the title.

Image

Gets or sets the title image.

Rtf

Gets or sets an RTF title string. (This property is used if it is not empty, otherwise the Text property is used.)

Style

Gets the style of the title. Inherits from the ChartField default style.

Text

Gets or sets the title text. (The Rtf property is used if it's not empty, otherwise, this property is used.)

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.