XYGetPropsΒΆ

XYGetProps returns a string with properties of an x/y dataset.

ssProps = XYGetProps(hData)
ssProps = XYGetProps(hData, bDefault)

Return Value

ssProps is a scalar string with properties of a 2D dataset (x/y).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

bDefault

If bDefault is FALSE (0) or if the parameter is not specified only the properties that are different from the default properties are returned. If bDefault is TRUE (1) all properties are returned.

Example

XYGetProps(hData)
 marker-style='3'
 marker-size='0.3'

id-1144478