[]
        
(Showing Draft Content)

C1.Win.C1Chart.Title

Title Class

The Title class is used to describe the appearance of the Header and the Footer.

Inheritance
Title
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(c1ChartTypeConverter))]
public class Title

Properties

Name Description
Compass

Gets or sets the general positioning of the title.

Image

Gets or sets the image.

Location

Gets or sets the location of the title in chart control client coordinates.

LocationDefault

Gets or sets the default location of the title.

Rtf

Gets or sets the formatted text.

Size

Gets or sets the size of the title in chart control client coordinates.

SizeDefault

Gets or sets the default size of the title.

Style

Gets the title style.

Text

Gets or set title text.

TooltipText

Gets or sets the tooltip text.

Visible

Gets or sets the title visibility.

Methods

Name Description
AppendRtfText(string, Color)

Appends the specified text to the Rft string using the specified color and the object default font. Transparent colors cannot be used by an Rtf rendering.

AppendRtfText(string, Color, Font)

Appends the specified text to the Rtf string using the specified color and font. Transparent colors cannot be used for an Rtf rendering.

AppendRtfText(string, Color, Font, HorizontalAlignment)

Appends the specified text to the Rtf string using the specified color, font and alignment. Transparent colors cannot be used for an Rtf rendering.

AppendRtfText(string, Font)

Appends the specified text to the Rft string using the object ForeColor and the specified font. Transparent colors cannot be used for an Rtf rendering.

ResetLocationDefault()

Resets the Title location so it is calculated automatically.

ResetSizeDefault()

Resets Title size so it is calculated automatically.

ResetStyle()

Resets Title style inheritance state.

ShouldSerializeLocationDefault()

Indicates whether the LocationDefault has a default value.

ShouldSerializeSizeDefault()

Returns false if the Title SizeDefault property is in the default state.

ShouldSerializeStyle()

Returns false if the Title Style property is in the default state.