Gets or sets the minimum value of the scroll bar position.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(0)] [XmlAttributeAttribute] public double Min { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(0)> _ <XmlAttributeAttribute> _ Public Property Min As Double Get Set |