WithChartItems (SetSeriesOption)

Defines specific settings for a series in the currently initialised chart definition.

Syntax

WithChartItems( InstructionType, SeriesName, SeriesOption );

Parameters

Parameter Name Type Description Optional? Default Value
InstructionType Integer or String Must be set to either the integer 14 or the string "SetSeriesOption". No n/a
SeriesName String The name of the intended series. No n/a
SeriesOption String A pipe-separated list of key value pairs where each pair consists of a value Reference Name and Value for the option to modify, formatted like "Reference=Value|SecondReference=SecondValue". No n/a

Output

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