Domain Label

<string> output = <series>.DomainLabel

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

Examples:

mySeries.DomainLabel = “Time”;

var myDL = mySeries.DomainLabel;