CSChartServer.cWebChartItem.setAlternateValue C# (CSharp) Method

setAlternateValue() public method

public setAlternateValue ( double p ) : void
p double
return void
        public void setAlternateValue(double p)
        {
            throw new NotImplementedException();
        }

Same methods

cWebChartItem::setAlternateValue ( int p ) : void