Gets or sets the annotation format for the X axis.

Namespace:  C1.C1Report.CustomFields
Assembly:  C1.C1Report.CustomFields.2 (in C1.C1Report.CustomFields.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[CategoryAttribute("Chart")]
public string FormatX { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<CategoryAttribute("Chart")> _
Public Property FormatX As String
	Get
	Set

See Also