menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeAxisLabel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeAxisLabel

    Represents an date time axis label element.

    Inheritance
    System.Object
    ChartAxisLabel
    DateTimeAxisLabel
    Inherited Members
    ChartAxisLabel.LabelContent
    ChartAxisLabel.Position
    ChartAxisLabel.PostfixLabelTemplate
    ChartAxisLabel.PrefixLabelTemplate
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class DateTimeAxisLabel : ChartAxisLabel

    Constructors

    DateTimeAxisLabel()

    Constructor

    Declaration
    public DateTimeAxisLabel()

    DateTimeAxisLabel(Double, Object)

    Called when instance created for DateTimeAxisLabel with following arguments

    Declaration
    public DateTimeAxisLabel(double position, object labelContent)
    Parameters
    Type Name Description
    System.Double position
    System.Object labelContent

    DateTimeAxisLabel(Double, Object, Double)

    Called when instance created for DateTimeAxisLabel with following arguments

    Declaration
    public DateTimeAxisLabel(double position, object labelContent, double actualValue)
    Parameters
    Type Name Description
    System.Double position
    System.Object labelContent
    System.Double actualValue

    Properties

    IntervalType

    Gets or sets the date time interval type.

    Declaration
    public DateTimeIntervalType IntervalType { get; }
    Property Value
    Type Description
    DateTimeIntervalType

    DateTimeIntervalType

    IsTransition

    Gets whether Transition is allowed or not

    Declaration
    public bool IsTransition { get; }
    Property Value
    Type
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved