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