Winnovative Excel Library

ExcelChartValueAxisDisplayUnit Property

Winnovative Excel Library Documentation
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.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelChartValueDisplayUnits DisplayUnit { get; set; }

Property Value

Type: ExcelChartValueDisplayUnits
See Also

Reference