MindFusion WinForms Programmer's Guide
DataRange.ArrangeByX Property
See Also
 





Gets or sets a value indicating whether to attempt to arrange the instances of this data range by the x-axis first.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public bool ArrangeByX { get; set; }

Visual Basic  Copy Code

Public Property ArrangeByX As Boolean

 Property Value

true, to attempt to arrange the instances of this DataRange horizontally first; otherwise, false. The default is false.

 See Also

DataRange Members
DataRange Class
MindFusion.Reporting Namespace