Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SeriesCollection Class / GetSchema Method


In This Topic
    GetSchema Method (SeriesCollection)
    In This Topic
    This method is reserved and should not be used.
    Syntax
    'Declaration
     
    
    Public Function GetSchema() As XmlSchema
    'Usage
     
    
    Dim instance As SeriesCollection
    Dim value As XmlSchema
     
    value = instance.GetSchema()
    public XmlSchema GetSchema()
    See Also