Class DateTimeAxisLabel
Represents an date time axis label element.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.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 |
IsTransition
Gets whether Transition is allowed or not
Declaration
public bool IsTransition { get; }
Property Value
Type |
---|
System.Boolean |