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


In This Topic
    SizeZ Property (BaseRenderer)
    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 BaseRenderer
    Dim value As Double
     
    instance.SizeZ = value
     
    value = instance.SizeZ
    public double SizeZ {get; set;}
    See Also