ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.Plottables.TINPlot Class Reference
Inheritance diagram for ScottPlot.Plottables.TINPlot:
ScottPlot.IPlottable

Public Member Functions

AxisLimits GetAxisLimits ()
 Return the 2D area (in coordinate space) occupied by the data contained in this plottable.
 
 TINPlot (IEnumerable< Coordinates3d > coordinates)
 
void Update (IEnumerable< Coordinates3d > coordinates)
 
virtual void Render (RenderPack rp)
 Draw the data from this plottable into the data area defined in the Axes. By default the surface is already clipped to the data area, but this can be cleared inside the plottable.
 

Properties

string LegendText = string.Empty [get, set]
 
bool IsVisible = true [get, set]
 Toggles whether this plottable is shown and contributes to the automatic axis limit detection. The calling method will check this variable (it does not need to be checked inside the Render method).
 
IAxes Axes = new Axes() [get, set]
 This object performs coordinate/pixel translation at render time based on the latest data area. It stores the axes to use for this plottable and also the data area (in pixels) updated just before each render. If this object is null it will be constructed using the default X and Y axes at render time.
 
IEnumerable< LegendItemLegendItems [get]
 Items which will appear in the legend.
 
double ContourLineInterval = 0.25 [get, set]
 
MarkerStyle MarkerStyle = new(MarkerShape.FilledCircle, 5, Colors.Red) [get, set]
 
LineStyle NetworkLineStyle = new(1, Colors.Red) [get, set]
 
MarkerStyle VoronoiMarkerStyle = new(MarkerShape.FilledCircle, 5, Colors.Blue) [get, set]
 
LineStyle VoronoiLineStyle = new(1, Colors.Blue) [get, set]
 
LineStyle ContourLineStyle = new(1, Colors.Gray, LinePattern.DenselyDashed) [get, set]
 
- Properties inherited from ScottPlot.IPlottable

Constructor & Destructor Documentation

◆ TINPlot()

ScottPlot.Plottables.TINPlot.TINPlot ( IEnumerable< Coordinates3d coordinates)
inline

Member Function Documentation

◆ GetAxisLimits()

AxisLimits ScottPlot.Plottables.TINPlot.GetAxisLimits ( )

Return the 2D area (in coordinate space) occupied by the data contained in this plottable.

Implements ScottPlot.IPlottable.

◆ Render()

virtual void ScottPlot.Plottables.TINPlot.Render ( RenderPack  rp)
inlinevirtual

Draw the data from this plottable into the data area defined in the Axes. By default the surface is already clipped to the data area, but this can be cleared inside the plottable.

Implements ScottPlot.IPlottable.

◆ Update()

void ScottPlot.Plottables.TINPlot.Update ( IEnumerable< Coordinates3d coordinates)
inline

Property Documentation

◆ Axes

IAxes ScottPlot.Plottables.TINPlot.Axes = new Axes()
getset

This object performs coordinate/pixel translation at render time based on the latest data area. It stores the axes to use for this plottable and also the data area (in pixels) updated just before each render. If this object is null it will be constructed using the default X and Y axes at render time.

Implements ScottPlot.IPlottable.

◆ ContourLineInterval

double ScottPlot.Plottables.TINPlot.ContourLineInterval = 0.25
getset

◆ ContourLineStyle

LineStyle ScottPlot.Plottables.TINPlot.ContourLineStyle = new(1, Colors.Gray, LinePattern.DenselyDashed)
getset

◆ IsVisible

bool ScottPlot.Plottables.TINPlot.IsVisible = true
getset

Toggles whether this plottable is shown and contributes to the automatic axis limit detection. The calling method will check this variable (it does not need to be checked inside the Render method).

Implements ScottPlot.IPlottable.

◆ LegendItems

IEnumerable<LegendItem> ScottPlot.Plottables.TINPlot.LegendItems
get

Items which will appear in the legend.

Implements ScottPlot.IPlottable.

◆ LegendText

string ScottPlot.Plottables.TINPlot.LegendText = string.Empty
getset

◆ MarkerStyle

MarkerStyle ScottPlot.Plottables.TINPlot.MarkerStyle = new(MarkerShape.FilledCircle, 5, Colors.Red)
getset

◆ NetworkLineStyle

LineStyle ScottPlot.Plottables.TINPlot.NetworkLineStyle = new(1, Colors.Red)
getset

◆ VoronoiLineStyle

LineStyle ScottPlot.Plottables.TINPlot.VoronoiLineStyle = new(1, Colors.Blue)
getset

◆ VoronoiMarkerStyle

MarkerStyle ScottPlot.Plottables.TINPlot.VoronoiMarkerStyle = new(MarkerShape.FilledCircle, 5, Colors.Blue)
getset

The documentation for this class was generated from the following file: