Gets or sets a value indicating whether a grid line is drawn at the ValueLabel.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

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

See Also