Several PCScript methods that existed prior to PopChart Server 4.0 have been deprecated in the 4.0 release. To maintain backwards compatibility, these methods will still work in 4.0.5. However, these deprecated methods will be discontinued in the 5.0 release.
Table 5.10 below lists the deprecated methods, along with their 4.0 equivalent. Please read the description of the new 4.0 methods, as they are likely to work differently than their 3.x equivalents. You can click on any 4.0 methods to jump to a description of that method.
Deprecated Method | 4.0 Equivalent |
---|---|
Main.SeriesDelimiter | Main. ItemDelimiter |
Graph.Categories | Graph. SetCategories |
Graph.FilterSeries | Graph. EnableCategory |
Graph.FilterCategories | Graph. EnableSeries |
Graph.Series | Graph. SetSeries |
Graph.SetXYSeriesStyle | Graph. SetSeriesStyle |