Component.Arrange override. Sets the location and size of this button relatively to its parent.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public override void Arrange ( |
Visual Basic
Copy Code
|
|---|
Public Overrides 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