Class TimescaleTier
The timescale tier.
Inheritance
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TimescaleTier : DependencyObject
Constructors
TimescaleTier()
Initializes a new instance of the TimescaleTier class.
Declaration
public TimescaleTier()
Fields
DaysLabelFormatProperty
The Days label format property.
Declaration
public static readonly DependencyProperty DaysLabelFormatProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
HoursLabelFormatProperty
The Hours label format property.
Declaration
public static readonly DependencyProperty HoursLabelFormatProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
IntervalProperty
The interval property.
Declaration
public static readonly DependencyProperty IntervalProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
IntervalTypeProperty
The interval type property.
Declaration
public static readonly DependencyProperty IntervalTypeProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
LabelAlignmentProperty
The text alignment property.
Declaration
public static readonly DependencyProperty LabelAlignmentProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
LabelTemplateProperty
Dependency property of LabelTemplate.
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
MinutesLabelFormatProperty
The Minutes label format property.
Declaration
public static readonly DependencyProperty MinutesLabelFormatProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
MonthsLabelFormatProperty
The Months label format property.
Declaration
public static readonly DependencyProperty MonthsLabelFormatProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
QuarterLabelFormatProperty
The Quarter label format property.
Declaration
public static readonly DependencyProperty QuarterLabelFormatProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
WeeksLabelFormatProperty
The Weeks label format property.
Declaration
public static readonly DependencyProperty WeeksLabelFormatProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
YearsLabelFormatProperty
The Years label format property.
Declaration
public static readonly DependencyProperty YearsLabelFormatProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
Properties
ActualIntervalType
Gets value that defines the type of interval to be displayed in timescale tier.
Declaration
public IntervalType ActualIntervalType { get; }
Property Value
| Type |
|---|
| IntervalType |
Remarks
This property hold the values ranges from Year, Months to Minutes.
DaysLabelFormat
Gets or sets the label format for Days IntervalType.
ddd:1 represents S, M,...
ddd:2 represents Su, Mo,...
Declaration
public string DaysLabelFormat { get; set; }
Property Value
| Type |
|---|
| System.String |
HoursLabelFormat
Gets or sets the label format for Hours IntervalType.
Declaration
public string HoursLabelFormat { get; set; }
Property Value
| Type |
|---|
| System.String |
Interval
Gets or sets a value that determines the interval between the timescale tier cells.
Declaration
public int Interval { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
IntervalType
Gets or sets value that defines the type of interval to be displayed in timescale tier. If this property is set as Auto, interval type will be calculated automatically.
Declaration
public IntervalType IntervalType { get; set; }
Property Value
| Type |
|---|
| IntervalType |
Remarks
This property hold the values ranges from Year, Months to Minutes.
LabelAlignment
Gets or sets the text alignment for the label appearing in timescale tier.
Declaration
public TextAlignment LabelAlignment { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.TextAlignment |
LabelTemplate
Gets or sets the template for customizing timescale cell's label.
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.DataTemplate |
MinutesLabelFormat
Gets or sets the label format for Minutes IntervalType.
Declaration
public string MinutesLabelFormat { get; set; }
Property Value
| Type |
|---|
| System.String |
MonthsLabelFormat
Gets or sets the label format for Months IntervalType.
MMM:1 represents J, F,...
Declaration
public string MonthsLabelFormat { get; set; }
Property Value
| Type |
|---|
| System.String |
QuarterLabelFormat
Gets or sets the label format for Quarter IntervalType.
Quarter represents 1st Quarter, second Quarter,...
Q represents Q1, Q2,...
Q'yy represents Q1'09, Q2'09,...
Declaration
public string QuarterLabelFormat { get; set; }
Property Value
| Type |
|---|
| System.String |
WeeksLabelFormat
Gets or sets the label format for Weeks IntervalType.
ddd MMM dd,'yy represents Sun Jan 25,'09,...
ddd MMMM dd,'yy represents Sun January 25,'09,...
Declaration
public string WeeksLabelFormat { get; set; }
Property Value
| Type |
|---|
| System.String |
YearsLabelFormat
Gets or sets the label format for Years IntervalType.
MMM dd,'yy represents Jan 25,'09
Declaration
public string YearsLabelFormat { get; set; }
Property Value
| Type |
|---|
| System.String |