CSChartServer.cWebChartItem.setPrimaryLabel C# (CSharp) Method

setPrimaryLabel() public method

public setPrimaryLabel ( string p ) : void
p string
return void
        public void setPrimaryLabel(string p)
        {
            throw new NotImplementedException();
        }