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