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


In This Topic
    Height Property (PieRenderer3D)
    In This Topic
    Gets or sets the height(thickness) of pie.
    Syntax
    'Declaration
     
    
    Public Property Height As Double
    'Usage
     
    
    Dim instance As PieRenderer3D
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    public double Height {get; set;}
    See Also