Search
Dashboard.SetTransform Method
See Also
 






Sets the transformation of the specified graphics to correspond to the dashboard's current unit, zoom and scroll.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void SetTransform (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Sub SetTransform( _
    graphics As IGraphics _
)

 Parameters

graphics

The IGraphics object to set.

 See Also