Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataBarDrawingObject Class / Scale Property


In This Topic
    Scale Property
    In This Topic
    Gets the scale of the data bar object; the positive value represents the drawing object from left to right and the negative value represents the drawing object from right to left. The value is from 0 to 1.
    Syntax
    'Declaration
     
    Public ReadOnly Property Scale As Double
    'Usage
     
    Dim instance As DataBarDrawingObject
    Dim value As Double
     
    value = instance.Scale
    public double Scale {get;}
    See Also