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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelChartValueDisplayUnits DisplayUnit { get; set; }

Property Value

ExcelChartValueDisplayUnits

See Also