FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAutoLabelArrangement Class / MaxIterations Property

In This Topic
    MaxIterations Property (ChartAutoLabelArrangement)
    In This Topic
    Gets or sets the maximum number of iterations (relevant only for ChartAutoLabelArrangementMethodEnum.FindingOptimum).
    Syntax
    'Declaration
     
    Public Property MaxIterations As Integer
    public int MaxIterations {get; set;}
    See Also