Gets or sets the scale of the scroll bar.

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

Syntax

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

See Also