Component.InvalidateLayout override. Invalidates the current layout and runs a new layout pass before next draw operation.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public override void InvalidateLayout () |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub InvalidateLayout () |
See Also