Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSmartLabel Class / MaxMovingDistance Property

In This Topic
    MaxMovingDistance Property
    In This Topic
    Gets or sets the maximum distance from the data point that data point labels can be moved to prevent overlapping.

    Default: 23 pt.

    Syntax
    'Declaration
     
    Public Property MaxMovingDistance As RdlSize
    public RdlSize MaxMovingDistance {get; set;}
    See Also