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

In This Topic
    DockOutsideChartArea Property (ChartTitle)
    In This Topic
    Gets or sets a value indicating whether the title should be docked outside the chart area rather than inside the chart area. Ignored if DockToChartArea is not set.
    Syntax
    'Declaration
     
    Public Property DockOutsideChartArea As RdlBool
    public RdlBool DockOutsideChartArea {get; set;}
    See Also