VectSharp 2.6.1
A light library for C# vector graphics
All Classes Namespaces Functions Variables Enumerations Properties Events Pages
VectSharp.Plots.IDataPointElement Interface Reference

Represents a symbol that can be added to the plot at a specified position. More...

Inheritance diagram for VectSharp.Plots.IDataPointElement:

Public Member Functions

void Plot (Graphics target, PlotElementPresentationAttributes presentationAttributes, string tag)
 Draw the symbol on the plot. More...
 

Detailed Description

Represents a symbol that can be added to the plot at a specified position.

Definition at line 26 of file DataPoints.cs.

Member Function Documentation

◆ Plot()

void VectSharp.Plots.IDataPointElement.Plot ( Graphics  target,
PlotElementPresentationAttributes  presentationAttributes,
string  tag 
)

Draw the symbol on the plot.

Parameters
targetThe 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)
presentationAttributesPresentation attributes determining the appearance of the symbol.
tagA tag to identify the symbol in the plot.

Implemented in VectSharp.Plots.PathDataPointElement, VectSharp.Plots.GraphicsDataPointElement, and VectSharp.Plots.ActionDataPointElement.


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