ComponentOne Chart3D for WPF and Silverlight
XScale Property (C1Chart3D)


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

Reference

C1Chart3D Class
C1Chart3D Members