WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CategoryAxis - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CategoryAxis

    Inheritance
    System.Object
    ChartAxis
    ChartAxisBase2D
    CategoryAxis
    Inherited Members
    ChartAxisBase2D.AutoScrollingModeProperty
    ChartAxisBase2D.AutoScrollingDeltaProperty
    ChartAxisBase2D.ZoomPositionProperty
    ChartAxisBase2D.ZoomFactorProperty
    ChartAxisBase2D.CalculateVisibleRange(DoubleRange, Size)
    ChartAxisBase2D.CalculateVisibleInterval(DoubleRange, Size)
    ChartAxisBase2D.OnApplyTemplate()
    ChartAxisBase2D.AutoScrollingMode
    ChartAxisBase2D.AutoScrollingDelta
    ChartAxisBase2D.ZoomPosition
    ChartAxisBase2D.ZoomFactor
    ChartAxis.LabelFormatProperty
    ChartAxis.PlotOffsetStartProperty
    ChartAxis.PlotOffsetEndProperty
    ChartAxis.AxisLineOffsetProperty
    ChartAxis.LabelIntersectActionProperty
    ChartAxis.LabelExtentProperty
    ChartAxis.LabelRotationAngleProperty
    ChartAxis.AxisLineStyleProperty
    ChartAxis.OpposedPositionProperty
    ChartAxis.HeaderProperty
    ChartAxis.HeaderStyleProperty
    ChartAxis.HeaderTemplateProperty
    ChartAxis.TickLineSizeProperty
    ChartAxis.IsInversedProperty
    ChartAxis.EdgeLabelsDrawingModeProperty
    ChartAxis.EdgeLabelsVisibilityModeProperty
    ChartAxis.MajorGridLineStyleProperty
    ChartAxis.MinorGridLineStyleProperty
    ChartAxis.MajorTickLineStyleProperty
    ChartAxis.MinorTickLineStyleProperty
    ChartAxis.ShowTrackballInfoProperty
    ChartAxis.TrackballLabelTemplateProperty
    ChartAxis.CrosshairLabelTemplateProperty
    ChartAxis.ShowGridLinesProperty
    ChartAxis.LabelStyleProperty
    ChartAxis.LabelTemplateProperty
    ChartAxis.EnableAutoIntervalOnZoomingProperty
    ChartAxis.MeasureOverride(Size)
    ChartAxis.LabelFormat
    ChartAxis.PlotOffsetStart
    ChartAxis.PlotOffsetEnd
    ChartAxis.AxisLineOffset
    ChartAxis.LabelIntersectAction
    ChartAxis.LabelExtent
    ChartAxis.LabelRotationAngle
    ChartAxis.AxisLineStyle
    ChartAxis.OpposedPosition
    ChartAxis.Header
    ChartAxis.HeaderStyle
    ChartAxis.HeaderTemplate
    ChartAxis.TickLineSize
    ChartAxis.IsInversed
    ChartAxis.EdgeLabelsDrawingMode
    ChartAxis.EdgeLabelsVisibilityMode
    ChartAxis.MajorGridLineStyle
    ChartAxis.MinorGridLineStyle
    ChartAxis.MajorTickLineStyle
    ChartAxis.MinorTickLineStyle
    ChartAxis.ShowTrackballInfo
    ChartAxis.TrackballLabelTemplate
    ChartAxis.CrosshairLabelTemplate
    ChartAxis.ShowGridLines
    ChartAxis.EnableAutoIntervalOnZooming
    ChartAxis.LabelStyle
    ChartAxis.LabelTemplate
    ChartAxis.ActualRangeChanged
    ChartAxis.LabelCreated
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class CategoryAxis : ChartAxisBase2D

    Constructors

    CategoryAxis()

    Declaration
    public CategoryAxis()

    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

    The DependencyProperty for LabelPlacement property.

    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
    Type Description
    LabelPlacement
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved