GrapeCity.Xaml.SpreadSheet.Data
Scale Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > DataBarDrawingObject Class : Scale Property
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

Reference

DataBarDrawingObject Class
DataBarDrawingObject Members