Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Series Class / GetSchema Method


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