Version

NumberFormatLinked Property (TickLabels)

True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
Syntax
public bool NumberFormatLinked {get; set;}
Remarks

Note that in some cases it may be necessary to set this property to false in order to see the NumberFormat applied. If the tick labels are not displaying the format you specified, try setting this property to false.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also