ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.AnnoFormatString Property

Gets or sets the annotation format string used with manual formats.

[Visual Basic]

Overridable Public Property AnnoFormatString As String

[C#]

virtual public string AnnoFormatString {get;set;}

[Delphi]

public property AnnoFormatString: String read get_AnnoFormatString write set_AnnoFormatString;

Remarks

Only used when AnnoFormat property is NumericManual or DateManual. The AnnoFormatString property specifies a custom string for formatting the annotations along the axis.

When the AnnoFormat property is NumericManual, the AnnoFormatString property can be set to format strings as described by the .NET double.ToString(AnnoFormatString) method call. Custom numeric format strings are described in detail by the .Net documentation under"Custom Numeric Format Strings". If the AnnoFormatString property is empty, then"g" or General is used.

When the AnnoFormat property is DateManual, the AnnoFormatString property can be set to format string as described by the .NET DateTime.ToString(AnnoFormatSTring) method call. Custom DateTime format strings are described in detail by the .Net documentation under "Date and Time Format Strings". If the AnnoFormatString property is empty, then C1Chart selects a format string appropriate for the time span defined by the axis maximum and minimum values.

See Also

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.