ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / LabelOffset Property

In This Topic
    LabelOffset Property
    In This Topic
    Gets or sets the distance between a label and its associated data point (maximum distance when auto arranging labels).
    Syntax
    'Declaration
     
    Public Property LabelOffset As Integer
    public int LabelOffset {get; set;}
    See Also