Domain Unit

<string> output = <series>.DomainUnit

Use to access the Domain Unit member of the data series.  Can be read or written.  When plotted, this unit is shown on the x-axis.

Examples:

mySeries.DomainUnit = “Seconds”;

var myDU = mySeries.DomainUnit;