Charting for WinForms Programmer's Guide
ButtonComponent.Arrange Method
See Also
 






Component.Arrange override. Sets the location and size of this button relatively to its parent.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override void Arrange (
    double x,
    double y,
    double w,
    double h,
    RenderContext context
)

Visual Basic  Copy Code

Public Overrides Sub Arrange( _
    x As Double, _
    y As Double, _
    w As Double, _
    h As Double, _
    context As RenderContext _
)

 Parameters

x

A double value specifying horizontal position.

y

A double value specifying vertical position.

w

A double value specifying the component's width.

h

A double value specifying the component's height.

context

A RenderContext instance.

 See Also

ButtonComponent Members
ButtonComponent Class
MindFusion.Charting.Components Namespace