Gets or sets gridline spacing in data coordinate units.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] [DefaultValueAttribute(0)] public double Spacing { get; set; } |
| Visual Basic |
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ <DefaultValueAttribute(0)> _ Public Property Spacing As Double Get Set |