ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.AnnoFormat Property

Gets or sets the annotation format for the axis.

[Visual Basic]

Overridable Public Property AnnoFormat As FormatEnum

[C#]

virtual public FormatEnum AnnoFormat {get;set;}

[Delphi]

public property AnnoFormat: FormatEnum read get_AnnoFormat write set_AnnoFormat;

Remarks

The AnnoFormat property allow specification of numeric and time formats using enumerated values.

For numeric values, each of the enumerations specify formatting similar to that specified by the .NET Globalization.NumberFormatInfo, including Currency, General, Exponential, Percentage, Roundtrip and Hexadecimal. NumericManual is used in conjunction with the AnnoFormatString property to specify a custom format string.

For date/time values, each of the enumerations specify formatting similar to that specified by the .NET Globalization.DateTimeFormatInfo class, including combinations of long and short dates and times, and universional time representations. DateManual is used in conjunction with the AnnoFormatString property to specify a custom format string.

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.