CSReportEditor.fProperties.getChartIndex C# (CSharp) Метод

getChartIndex() публичный Метод

public getChartIndex ( int idx ) : int
idx int
Результат int
        public int getChartIndex(int idx)
        {
            return m_chartIndex[idx];
        }
fProperties