ComponentOne Chart3D for WPF and Silverlight
YScale Property (C1Chart3D)


C1.WPF.C1Chart3D Namespace > C1Chart3D Class : YScale Property
Gets or sets the chart scale along y-axis.
Syntax
'Declaration
 
Public Property YScale As System.Double
'Usage
 
Dim instance As C1Chart3D
Dim value As System.Double
 
instance.YScale = value
 
value = instance.YScale
public System.double YScale {get; set;}
See Also

Reference

C1Chart3D Class
C1Chart3D Members