Version

CategoryType Property

Returns or sets the category axis type.
Syntax
public CategoryType CategoryType {get; set;}
Remarks

This property applies only to category axes.

When set to Automatic, the axis will resolve the category type to either CategoryScale or TimeScale, based on the type of the selected data.

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