XlsChartValueAxis
DisplayUnit Property
 | 
Returns or sets the unit label for the specified axis.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ChartDisplayUnitType DisplayUnit { get; set; }
 
Public Property DisplayUnit As ChartDisplayUnitType
	Get
	Set
 
public:
property ChartDisplayUnitType DisplayUnit {
	ChartDisplayUnitType get ();
	void set (ChartDisplayUnitType value);
}
 
member DisplayUnit : ChartDisplayUnitType with get, set
 
 
 
Property Value
Type:
ChartDisplayUnitType
 
See Also