Gets or sets the number of timelines to be displayed in the header. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public int Timelines { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Timelines As Integer |
An integer value that specifies the number of timelines in the header. The default is 3.
RemarksIf value is set outside the interval 1-3, coerced value in this range is used instead.
See Also