XlsChartValueAxis
DisplayUnitCustom Property
 | 
Represents custom unit to display.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public double DisplayUnitCustom { get; set; }
 
Public Property DisplayUnitCustom As Double
	Get
	Set
 
public:
property double DisplayUnitCustom {
	double get ();
	void set (double value);
}
 
member DisplayUnitCustom : float with get, set
 
 
 
Property Value
Type:
Double
 
See Also