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

In This Topic
    DockToChartArea Property (ChartTitle)
    In This Topic
    Gets or sets the name of the chart area on which to draw the title. If omitted (or does not match any chart area name), the title is drawn relative to the chart rather than a specific chart area.
    Syntax
    'Declaration
     
    Public Property DockToChartArea As String
    public string DockToChartArea {get; set;}
    See Also