ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Renderer3D Class / SizeAtTop Property


In This Topic
    SizeAtTop Property
    In This Topic
    Gets or sets the relative size at the top of plot element comparing with the bottom.
    Syntax
    'Declaration
     
    
    Public Property SizeAtTop As Double
    'Usage
     
    
    Dim instance As Renderer3D
    Dim value As Double
     
    instance.SizeAtTop = value
     
    value = instance.SizeAtTop
    public double SizeAtTop {get; set;}
    See Also