VectSharp 2.6.1
A light library for C# vector graphics
|
Classes | |
class | ActionDataPointElement |
A symbol drawn by a custom Action. More... | |
class | Area |
A plot element that fills an area between a line passing through some data points and a base line. More... | |
class | Bars |
A plot element that draws bars. More... | |
class | BoxPlot |
A plot element that draws a box plot. More... | |
class | CategoricalBars |
A plot element that draws bars for categorical data. More... | |
class | CategoricalCoordinateSystem1D |
Represents a categorical 1-D coordinate system. More... | |
class | ClusteredBars |
A plot element that draws clusters of bars. More... | |
class | CompositeCoordinateSystem2D |
Combines two ICoordinateSystem1D<T>s to produce a ICoordinateSystem<T>. More... | |
class | ContinuousAxis |
A plot element that draws an axis line and an arrow. More... | |
class | ContinuousAxisLabels |
A plot element that draws equally spaced labels on an axis. More... | |
class | ContinuousAxisTicks |
A plot element that draws equally spaced ticks on an axis. More... | |
class | ContinuousAxisTitle |
A plot element that draws a title for an axis. More... | |
class | CoordinateSystem |
A coordinate system using a custom method to transform data points. More... | |
class | CoordinateSystem1D |
A coordinate system using a custom method to transform data points. More... | |
class | DataLabels |
A plot element that draws a text label at each data point. More... | |
class | DataLine |
A plot element that draws a line passing through a set of points. More... | |
class | ExponentialTrendLine |
A plot element that draws an exponential trendline with equation y = b * Exp(a * x) . More... | |
class | Function2D |
A plot element that plots a function of two variables. More... | |
class | Function2DGrid |
Represents a function of two variables that has been sampled in some points. More... | |
class | GraphicsDataPointElement |
A symbol defined by a VectSharp.Graphics object. More... | |
class | Grid |
A plot element that draws a grid. More... | |
interface | IContinuousCoordinateSystem |
Represents a coordinate system performing continuous transformations. More... | |
interface | IContinuousInvertibleCoordinateSystem |
Represents a coordinate system performing continuous invertible transformations. More... | |
interface | ICoordinateSystem |
Represents a coordinate system. More... | |
interface | ICoordinateSystem1D |
Represents a coordinate system tranforming data points of type T into double s. More... | |
interface | IDataPointElement |
Represents a symbol that can be added to the plot at a specified position. More... | |
interface | IPlotElement |
Represents a plot element. More... | |
class | LinearCoordinateSystem1D |
Represents a 1-D linear coordinate system. More... | |
class | LinearCoordinateSystem2D |
Represents a linear coordinate system. More... | |
class | LinearTrendLine |
A plot element that draws a linear trendline with equation y = a * x + b . More... | |
class | LinLogCoordinateSystem2D |
Represents a semi-logarithmic coordinate system with a logarithmic transformation on the X axis. More... | |
class | LogarithmicCoordinateSystem1D |
Represents a 1-D logarithmic coordinate system. More... | |
class | LogarithmicCoordinateSystem2D |
Represents a logarithmic coordinate system. More... | |
class | LogarithmicTrendLine |
A plot element that draws a logarithmic trendline with equation y = a * Ln(x) + b . More... | |
class | LogLinCoordinateSystem2D |
Represents a semi-logarithmic coordinate system with a logarithmic transformation on the Y axis. More... | |
class | MovingAverageTrendLine |
A plot element that draws a moving average trendline. More... | |
class | PathDataPointElement |
A symbol defined by a GraphicsPath. More... | |
class | Pie |
A plot element that draws a pie or a doughnut. More... | |
class | Plot |
Represents a collection of plot elements. More... | |
class | PlotElement |
A plot element that uses an Action to draw its contents. More... | |
class | PlotElementPresentationAttributes |
Determines the appearance of plot elements. More... | |
class | PolynomialTrendLine |
A plot element that draws a polynomial trendline with equation y = a0 + a1 * x + a2 * x^2 + ... + aN * x^N . More... | |
class | PowerLawTrendLine |
A plot element that draws a power law trendline with equation y = b * x^a . More... | |
class | ScatterPoints |
A plot element that draws a symbol at the location of multiple data points. More... | |
class | StackedBars |
A plot element that draws stacked bars. More... | |
class | Swarm |
A plot element that draws a swarm plot. More... | |
class | TextLabel |
A plot element that draws a single text label. More... | |
class | Violin |
A plot element that draws a violin plot. More... | |