auto_xy_SetStyleΒΆ

auto_xy_SetStyle sets the style of a 2D dataset.

bool = auto_xy_SetStyle(hData, ssStyle)
bool = auto_xy_SetStyle(hData, nStyleIndex)

Return Value

bool is TRUE (1) if the function was successful, otherwise FALSE (0).

Parameters

hData

hData is the handle of a 1D or 2D dataset. The handle is returned by the function auto_LoadDataset.

ssStyle

ssStyle is the name of a style in the active style file.

nStyleIndex

nStyleIndex is the index of the style. The first style has the index 1.

id-543811