Class CategoryAxis
Axis for plotting discrete category labels across the chart.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class CategoryAxis : Axis
Constructors
CategoryAxis()
Initializes a category axis used to place discrete labels along the chart, suited for visualizing categorical data rather than continuous values.
Declaration
public CategoryAxis()
Properties
AxisType
Identifies this axis as categorical.
Declaration
public override AxisType AxisType { get; }
Property Value
|
AxisType
|