ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieRenderer3D Class / SizeX Property


In This Topic
    SizeX Property (PieRenderer3D)
    In This Topic
    Gets or sets the size of data element along x-axis.
    Syntax
    'Declaration
     
    
    Public Property SizeX As Double
    'Usage
     
    
    Dim instance As PieRenderer3D
    Dim value As Double
     
    instance.SizeX = value
     
    value = instance.SizeX
    public double SizeX {get; set;}
    See Also