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