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

In This Topic
    Position Property (ChartTitle)
    In This Topic
    Gets or sets the position of the title.
    Syntax
    'Declaration
     
    Public Property Position As RdlEnum(Of ChartElementAutoPosition)
    public RdlEnum<ChartElementAutoPosition> Position {get; set;}
    See Also