Class CategoryAxis
Inheritance
System.Object
CategoryAxis
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class CategoryAxis : ChartAxisBase2D
Constructors
CategoryAxis()
Declaration
Fields
IntervalProperty
The DependencyProperty for Interval property.
Declaration
public static readonly DependencyProperty IntervalProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
IsIndexedProperty
The DependencyProperty for IsIndexed property.
Declaration
public static readonly DependencyProperty IsIndexedProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
LabelPlacementProperty
Declaration
public static readonly DependencyProperty LabelPlacementProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
Interval
Declaration
public object Interval { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsIndexed
Declaration
public bool IsIndexed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelPlacement
Declaration
public LabelPlacement LabelPlacement { get; set; }
Property Value