Gets or sets the step of the scroll bar position changing.

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

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(0.1)]
public double Step { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(0.1)> _
Public Property Step As Double
	Get
	Set

See Also