Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartArea Class / SetName Method
The new name of the item.

In This Topic
    SetName Method (ChartArea)
    In This Topic
    Sets the name of the current item.
    Syntax
    'Declaration
     
    Protected Overridable Sub SetName( _
       ByVal newName As String _
    ) 
    protected virtual void SetName( 
       string newName
    )

    Parameters

    newName
    The new name of the item.
    See Also