Gets or sets the annotation format for the Y axis.

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

Syntax

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

See Also