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


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