|
VectSharp 2.6.1
A light library for C# vector graphics
|
Represents a symbol that can be added to the plot at a specified position. More...

Public Member Functions | |
| void | Plot (Graphics target, PlotElementPresentationAttributes presentationAttributes, string tag) |
| Draw the symbol on the plot. More... | |
Represents a symbol that can be added to the plot at a specified position.
Definition at line 26 of file DataPoints.cs.
| void VectSharp.Plots.IDataPointElement.Plot | ( | Graphics | target, |
| PlotElementPresentationAttributes | presentationAttributes, | ||
| string | tag | ||
| ) |
Draw the symbol on the plot.
| target | The Graphics object on which to draw. It is assumed that it has been transformed so that the symbol can be drawn centred at (0, 0) |
| presentationAttributes | Presentation attributes determining the appearance of the symbol. |
| tag | A tag to identify the symbol in the plot. |
Implemented in VectSharp.Plots.PathDataPointElement, VectSharp.Plots.GraphicsDataPointElement, and VectSharp.Plots.ActionDataPointElement.