CSReportEditor.fProperties.setChartShowValuesChanged C# (CSharp) Method

setChartShowValuesChanged() public method

public setChartShowValuesChanged ( bool rhs ) : void
rhs bool
return void
        public void setChartShowValuesChanged(bool rhs)
        {
            m_chartShowValuesChanged = rhs;
        }
fProperties