auto_SetDatasetStyle sets the dataset style for the next dataset to be created with the auto_LoadDataset function.
Return Value
bool is TRUE (1), when the style is set and otherwise, FALSE (0).
Parameters
ssDiagram is the name of the diagram into which the next dataset should be imported.
nIndex is the name of the style. It is case sensitive.
ssStyleName is the name of the style. The name is case sensitive.
Example
auto_SetDatasetStyle("Torque", 3)
auto_LoadDataset("Torque", "RPM", "Torque");
id-1939463