CSChartServer.cWebChartItem.setAlternateValue C# (CSharp) Метод

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

public setAlternateValue ( double p ) : void
p double
Результат void
        public void setAlternateValue(double p)
        {
            throw new NotImplementedException();
        }

Same methods

cWebChartItem::setAlternateValue ( int p ) : void