ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / RoundLimits Property

In This Topic
    RoundLimits Property (Axis)
    In This Topic
    Gets or sets whether the automatic axis limits should be rounded.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.RoundLimits", "Gets or sets whether the minimum axis value is always labeled.")>
    <DefaultValueAttribute(False)>
    Public Property RoundLimits As Boolean
    [C1Description("Axis.RoundLimits", "Gets or sets whether the minimum axis value is always labeled.")]
    [DefaultValue(false)]
    public bool RoundLimits {get; set;}
    See Also