Adds gridlines to charts. This property does not apply to Pie charts.

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

Syntax

C#
[CategoryAttribute("Chart")]
[DefaultValueAttribute(false)]
public bool GridLines { get; set; }
Visual Basic
<CategoryAttribute("Chart")> _
<DefaultValueAttribute(False)> _
Public Property GridLines As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also