Chart.CreatePlot override. Creates the Plot type corresponding to this chart.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
protected override Plot CreatePlot () |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function CreatePlot () As Plot |
An instance of the Plot3D class.
See Also