ExcelChartValueAxisDisplayUnit Property
Gets or sets the unit for the values on the value axis. The default value is None which means no scaling is used on the
value axis.
There are a few possible predefined display units like hundreds, thousands, millions, billions, etc for the value axis scaling.
It is also possible to define a custom display unit. To set a custom value for the display unit the property should be set
to CustomUnit and in this case the CustomDisplayUnit should be set to the desired unit value.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelChartValueDisplayUnits DisplayUnit { get; set; }
Public Property DisplayUnit As ExcelChartValueDisplayUnits
Get
Set
public:
property ExcelChartValueDisplayUnits DisplayUnit {
ExcelChartValueDisplayUnits get ();
void set (ExcelChartValueDisplayUnits value);
}
member DisplayUnit : ExcelChartValueDisplayUnits with get, set
Property Value
ExcelChartValueDisplayUnits