ScottPlot
|
This is the complete list of members for ScottPlot.Plot, including all inherited members.
Add | ScottPlot.Plot | |
Axes | ScottPlot.Plot | |
Benchmark | ScottPlot.Plot | |
Clear() | ScottPlot.Plot | |
Clear< T >() | ScottPlot.Plot | inline |
DataBackground | ScottPlot.Plot | |
Developer_ShowAxisDetails(bool enable=true) | ScottPlot.Plot | inline |
Dispose() | ScottPlot.Plot | inline |
FigureBackground | ScottPlot.Plot | |
Font | ScottPlot.Plot | |
GetAxis(Pixel pixel) | ScottPlot.Plot | inline |
GetCoordinateRect(float x, float y, float radius=10, IXAxis? xAxis=null, IYAxis? yAxis=null) | ScottPlot.Plot | inline |
GetCoordinateRect(Pixel pixel, float radius=10, IXAxis? xAxis=null, IYAxis? yAxis=null) | ScottPlot.Plot | inline |
GetCoordinateRect(Coordinates coordinates, float radius=10, IXAxis? xAxis=null, IYAxis? yAxis=null) | ScottPlot.Plot | inline |
GetCoordinates(Pixel pixel, IXAxis? xAxis=null, IYAxis? yAxis=null) | ScottPlot.Plot | inline |
GetCoordinates(float x, float y, IXAxis? xAxis=null, IYAxis? yAxis=null) | ScottPlot.Plot | inline |
GetDefaultGrid() | ScottPlot.Plot | static |
GetImage(int width, int height) | ScottPlot.Plot | inline |
GetImageBytes(int width, int height, ImageFormat format=ImageFormat.Bmp) | ScottPlot.Plot | inline |
GetImageHtml(int width, int height) | ScottPlot.Plot | inline |
GetLegendImage() | ScottPlot.Plot | |
GetLegendSvgXml() | ScottPlot.Plot | |
GetPanel(Pixel pixel, bool axesOnly) | ScottPlot.Plot | inline |
GetPixel(Coordinates coordinates) | ScottPlot.Plot | |
GetPixel(Coordinates coordinates, IXAxis xAxis, IYAxis yAxis) | ScottPlot.Plot | inline |
GetPlottables() | ScottPlot.Plot | inline |
GetPlottables< T >() | ScottPlot.Plot | inline |
GetPngHtml(int width, int height, string classContent="", string styleContent="") | ScottPlot.Plot | inline |
GetStyle() | ScottPlot.Plot | |
GetSvgHtml(int width, int height) | ScottPlot.Plot | inline |
GetSvgXml(int width, int height) | ScottPlot.Plot | inline |
Grid | ScottPlot.Plot | |
HideAxesAndGrid(bool showTitle=true) | ScottPlot.Plot | inline |
HideGrid() | ScottPlot.Plot | inline |
HideLegend() | ScottPlot.Plot | inline |
LastRender | ScottPlot.Plot | |
Layout | ScottPlot.Plot | |
Legend | ScottPlot.Plot | |
MoveToBack(IPlottable plottable) | ScottPlot.Plot | inline |
MoveToBottom(IPlottable plottable) | ScottPlot.Plot | |
MoveToFront(IPlottable plottable) | ScottPlot.Plot | inline |
MoveToTop(IPlottable plottable) | ScottPlot.Plot | |
Plot() | ScottPlot.Plot | inline |
PlotControl | ScottPlot.Plot | |
PlottableList | ScottPlot.Plot | |
Remove(IPlottable plottable) | ScottPlot.Plot | inline |
Remove(IPanel panel) | ScottPlot.Plot | inline |
Remove(IAxis axis) | ScottPlot.Plot | inline |
Remove(Type plotType) | ScottPlot.Plot | inline |
Remove< T >() | ScottPlot.Plot | inline |
Remove< T >(Func< T, bool > predicate) | ScottPlot.Plot | inline |
Render(int width=400, int height=300) | ScottPlot.Plot | inline |
Render(SKCanvas canvas, int width, int height) | ScottPlot.Plot | inline |
Render(SKCanvas canvas, PixelRect rect) | ScottPlot.Plot | inline |
Render(SKSurface surface) | ScottPlot.Plot | inline |
RenderInMemory(int width=400, int height=300) | ScottPlot.Plot | |
RenderManager | ScottPlot.Plot | |
Save(string filePath, int width, int height) | ScottPlot.Plot | inline |
Save(string filePath, int width, int height, ImageFormat format, int quality=85) | ScottPlot.Plot | inline |
SaveBmp(string filePath, int width, int height) | ScottPlot.Plot | inline |
SaveJpeg(string filePath, int width, int height, int quality=85) | ScottPlot.Plot | inline |
SavePng(string filePath, int width, int height) | ScottPlot.Plot | inline |
SaveSvg(string filePath, int width, int height) | ScottPlot.Plot | inline |
SaveWebp(string filePath, int width, int height, int quality=85) | ScottPlot.Plot | inline |
ScaleFactor | ScottPlot.Plot | |
SetStyle(PlotStyle style) | ScottPlot.Plot | |
SetStyle(Plot otherPlot) | ScottPlot.Plot | |
ShowGrid() | ScottPlot.Plot | inline |
ShowLegend() | ScottPlot.Plot | inline |
ShowLegend(Alignment alignment) | ScottPlot.Plot | inline |
ShowLegend(Alignment alignment, Orientation orientation) | ScottPlot.Plot | inline |
ShowLegend(IEnumerable< LegendItem > items, Alignment location=Alignment.LowerRight) | ScottPlot.Plot | inline |
ShowLegend(Edge edge) | ScottPlot.Plot | inline |
Style | ScottPlot.Plot | |
Sync | ScottPlot.Plot | |
Title(string text, float? size=null) | ScottPlot.Plot | inline |
XLabel(string label, float? size=null) | ScottPlot.Plot | inline |
YLabel(string label, float? size=null) | ScottPlot.Plot | inline |
ZoomRectangle | ScottPlot.Plot |