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

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

    Default: 23 pt.

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