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:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelChartValueDisplayUnits DisplayUnit { get; set; }
Public Property DisplayUnit As ExcelChartValueDisplayUnits
Get
Set
Property Value
Type:
ExcelChartValueDisplayUnitsSee Also