WithChartItems (RemoveSeries)

Deletes a series—and all its data and configuration settings—from the currently initialised chart definition.

Syntax

WithChartItems( InstructionType, SeriesName );

Parameters

Parameter Name Type Description Optional? Default Value
InstructionType Integer or String Must be set to either the integer 6 or the string "RemoveSeries". No n/a
SeriesName String The name of the series to remove. No n/a

Output

If successful, the function will return True; otherwise, it will return False.