Creates a StackPanel containing the specified plots and axis renderer. The panel is automatically added to the dashboard's LayoutPanel.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public StackPanel CreateAndAddColumnLayout ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateAndAddColumnLayout( _ |
An XAxisRenderer that should be placed at top side of the plots.
A Plot2D instance.
A Plot2D instance.
A StackPanel instance.
See Also