Gets or sets the method of label arrangement.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[DefaultValueAttribute(AutoLabelArrangementMethodEnum.Decimation)] [XmlAttributeAttribute] public AutoLabelArrangementMethodEnum Method { get; set; }  | 
| Visual Basic | 
|---|
<DefaultValueAttribute(AutoLabelArrangementMethodEnum.Decimation)> _ <XmlAttributeAttribute> _ Public Property Method As AutoLabelArrangementMethodEnum Get Set  |