Represents settings of label auto-arrangement

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[BrowsableAttribute(true)]
public class AutoLabelArrangement : AutoLabelArrangement
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
<BrowsableAttribute(True)> _
Public Class AutoLabelArrangement _
	Inherits AutoLabelArrangement

Inheritance Hierarchy

System..::..Object
  AutoLabelArrangement
    C1.Win.C1Chart..::..AutoLabelArrangement

See Also