ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / AxisSize Property


In This Topic
    AxisSize Property
    In This Topic
    Gets or sets the relative size of axis area comparing with the whole plot cube.
    Syntax
    'Declaration
     
    
    Public Property AxisSize As Size3D
    'Usage
     
    
    Dim instance As ChartView
    Dim value As Size3D
     
    instance.AxisSize = value
     
    value = instance.AxisSize
    public Size3D AxisSize {get; set;}
    Remarks
    3D only
    See Also