'DeclarationReadOnly Property Index As System.Integer
'UsageDim instance As IChartGroup Dim value As System.Integer value = instance.Index
System.int Index {get;}
read-only property Index: System.Integer;
function get Index : System.int
            __property System.int get_Index();
            property System.int Index { System.int get(); }