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

In This Topic
    AllowOutSidePlotArea Property
    In This Topic
    Gets or sets a value indicating whether datapoint labels can be drawn outside of the plot area.
    Syntax
    'Declaration
     
    Public Property AllowOutSidePlotArea As RdlEnum(Of ChartLabelOutsidePlotAreaStyle)
    public RdlEnum<ChartLabelOutsidePlotAreaStyle> AllowOutSidePlotArea {get; set;}
    See Also