Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpCategoryAttribute Class / FpCategoryAttribute Constructor
Unique identifier


In This Topic
    FpCategoryAttribute Constructor
    In This Topic
    Creates a new FarPoint category attribute.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As String _
    )
    'Usage
     
    
    Dim key As String
     
    Dim instance As New FpCategoryAttribute(key)
    public FpCategoryAttribute( 
       string key
    )

    Parameters

    key
    Unique identifier
    See Also