Maximum value for X axis.

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

Syntax

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

Remarks

The default value for this property is -1.

See Also