Sets the location and size of this component relatively to its parent.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public virtual void Arrange ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub Arrange( _ |
A double value specifying horizontal position.
A double value specifying vertical position.
A double value specifying the component's width.
A double value specifying the component's height.
A RenderContext instance.
See Also