Creates a GridPanel containing the specified plot and axis renderers.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public GridPanel CreatePlotWithBottomAndRightAxes ( |
Visual Basic
Copy Code
|
|---|
Public Function CreatePlotWithBottomAndRightAxes( _ |
A Plot2D instance.
An XAxisRenderer that should be placed at bottom side of the plot.
A YAxisRenderer that should be placed at right side of the plot.
A GridPanel instance.
See Also