| 
    VectSharp 2.6.1
    
   A light library for C# vector graphics 
   | 
 
A symbol defined by a VectSharp.Graphics object. More...

Public Member Functions | |||||||
| void | Plot (Graphics target, PlotElementPresentationAttributes presentationAttributes, string tag) | ||||||
Draw the symbol on the plot. 
  | |||||||
| GraphicsDataPointElement (Graphics graphics) | |||||||
| Creates a new GraphicsDataPointElement instance.   More... | |||||||
| void | Plot (Graphics target, PlotElementPresentationAttributes presentationAttributes, string tag) | ||||||
| Draw the symbol on the plot.   More... | |||||||
Properties | |
| Graphics | Graphics [get, set] | 
| The VectSharp.Graphics object that will be copied on the plot.   More... | |
A symbol defined by a VectSharp.Graphics object.
Definition at line 96 of file DataPoints.cs.
| VectSharp.Plots.GraphicsDataPointElement.GraphicsDataPointElement | ( | Graphics | graphics | ) | 
Creates a new GraphicsDataPointElement instance.
| graphics | 
Definition at line 113 of file DataPoints.cs.
| void VectSharp.Plots.GraphicsDataPointElement.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. | 
Implements VectSharp.Plots.IDataPointElement.
Definition at line 104 of file DataPoints.cs.
      
  | 
  getset | 
The VectSharp.Graphics object that will be copied on the plot.
Definition at line 101 of file DataPoints.cs.