ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieInfo Structure / Height Field


In This Topic
    Height Field
    In This Topic
    Gets or sets the height of the pie.
    Syntax
    'Declaration
     
    
    Public Height As Double
    'Usage
     
    
    Dim instance As PieInfo
    Dim value As Double
     
    value = instance.Height
     
    instance.Height = value
    public double Height
    See Also