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
C# Copy Code |
---|
public bool ArrangeByX { get; set; } |
Visual Basic Copy Code |
---|
Public Property ArrangeByX As Boolean |
true, to attempt to arrange the instances of this DataRange horizontally first; otherwise, false. The default is false.