<string> output = <series>.Unit
Use to access the range unit member of the data series. Can be read or written. When plotted, this unit is shown on the y-axis.
Examples:
mySeries.Unit = “Volts”;
var myUnit = mySeries.Unit;