Returns properties names array of the specified object.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public static string[] GetPropertyNames( Object obj )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function GetPropertyNames ( _ obj As Object _ ) As String()  | 
| Visual C++ | 
|---|
public: static array<String^>^ GetPropertyNames( Object^ obj )  | 
Parameters
- obj
 - Type: System..::.Object