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

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

public setChartShowLinesChanged ( bool rhs ) : void
rhs bool
Результат void
        public void setChartShowLinesChanged(bool rhs)
        {
            m_chartShowLinesChanged = rhs;
        }
fProperties