ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanelObject Class / UseAxisLimits Property


In This Topic
    UseAxisLimits Property
    In This Topic
    Gets or sets the value that specifies whether to limit the element position inside plot area.
    Syntax
    'Declaration
     
    
    Public Property UseAxisLimits As Boolean
    'Usage
     
    
    Dim instance As ChartPanelObject
    Dim value As Boolean
     
    instance.UseAxisLimits = value
     
    value = instance.UseAxisLimits
    public bool UseAxisLimits {get; set;}
    See Also