Spread Silverlight Documentation
Scale Property


GrapeCity.Windows.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 System.Double
'Usage
 
Dim instance As DataBarDrawingObject
Dim value As System.Double
 
value = instance.Scale
public System.double Scale {get;}
See Also

Reference

DataBarDrawingObject Class
DataBarDrawingObject Members