2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AutoLabelArrangement Class / Options Property

In This Topic
    Options Property
    In This Topic
    Gets or sets the options of label arrangement.
    Syntax
    'Declaration
     
    Public Property Options As AutoLabelArrangementOptions
    public AutoLabelArrangementOptions Options {get; set;}
    Remarks
    The options are a bitwise combination of AutoLabelArrangementOptions enum elements.
    See Also