Maximum value for Y axis.

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

Syntax

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

Remarks

The default value for this property is -1.

See Also