VectSharp 2.6.1
A light library for C# vector graphics
|
Represents a plot element. More...
Public Member Functions | |
void | Plot (Graphics target) |
Draw the plot element on the specified target  Graphics. More... | |
Properties | |
ICoordinateSystem | CoordinateSystem [get] |
The coordinate system used to transform the points from data space to plot space. More... | |
void VectSharp.Plots.IPlotElement.Plot | ( | Graphics | target | ) |
Draw the plot element on the specified target  Graphics.
target | The Graphics on which to draw. |
Implemented in VectSharp.Plots.ContinuousAxis, VectSharp.Plots.ContinuousAxisTicks, VectSharp.Plots.ContinuousAxisLabels, VectSharp.Plots.ContinuousAxisTitle, VectSharp.Plots.Grid, VectSharp.Plots.Bars< T >, VectSharp.Plots.StackedBars, VectSharp.Plots.ClusteredBars, VectSharp.Plots.BoxPlot, VectSharp.Plots.ScatterPoints< T >, VectSharp.Plots.TextLabel< T >, VectSharp.Plots.DataLabels< T >, VectSharp.Plots.DataLine< T >, VectSharp.Plots.Area< T >, VectSharp.Plots.Function2D, VectSharp.Plots.Pie, VectSharp.Plots.PlotElement< T >, VectSharp.Plots.Swarm, VectSharp.Plots.LinearTrendLine, VectSharp.Plots.ExponentialTrendLine, VectSharp.Plots.LogarithmicTrendLine, VectSharp.Plots.PolynomialTrendLine, VectSharp.Plots.PowerLawTrendLine, VectSharp.Plots.MovingAverageTrendLine, and VectSharp.Plots.Violin.
|
get |
The coordinate system used to transform the points from data space to plot space.
Implemented in VectSharp.Plots.ContinuousAxis, VectSharp.Plots.ContinuousAxisTicks, VectSharp.Plots.ContinuousAxisLabels, VectSharp.Plots.ContinuousAxisTitle, VectSharp.Plots.Grid, VectSharp.Plots.Bars< T >, VectSharp.Plots.StackedBars, VectSharp.Plots.ClusteredBars, VectSharp.Plots.BoxPlot, VectSharp.Plots.ScatterPoints< T >, VectSharp.Plots.TextLabel< T >, VectSharp.Plots.DataLabels< T >, VectSharp.Plots.DataLine< T >, VectSharp.Plots.Area< T >, VectSharp.Plots.Function2D, VectSharp.Plots.Pie, VectSharp.Plots.PlotElement< T >, VectSharp.Plots.Swarm, VectSharp.Plots.LinearTrendLine, VectSharp.Plots.ExponentialTrendLine, VectSharp.Plots.LogarithmicTrendLine, VectSharp.Plots.PolynomialTrendLine, VectSharp.Plots.PowerLawTrendLine, VectSharp.Plots.MovingAverageTrendLine, and VectSharp.Plots.Violin.