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