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

In This Topic
    CustomPosition Property (ChartTitle)
    In This Topic
    Gets or sets the ChartElementPosition object defining custom position of the title. If omitted, automatic positioning will be used.
    Syntax
    'Declaration
     
    Public Property CustomPosition As ChartElementPosition
    public ChartElementPosition CustomPosition {get; set;}
    See Also