FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartPropertyBagObject Class / GetProperty Method

In This Topic
    GetProperty Method (ChartPropertyBagObject)
    In This Topic
    Gets one property value.
    Syntax
    'Declaration
     
    Protected Function GetProperty( _
       ByVal name As String, _
       ByVal defaultValue As Object _
    ) As Object
    protected object GetProperty( 
       string name,
       object defaultValue
    )

    Parameters

    name
    defaultValue
    See Also