VectSharp 2.6.1
A light library for C# vector graphics
All Classes Namespaces Functions Variables Enumerations Properties Events Pages
VectSharp.Plots.Bars< T > Member List

This is the complete list of members for VectSharp.Plots.Bars< T >, including all inherited members.

Bars(IEnumerable< T > data, IComparer< T > sorting, Func< T, T > getBaseline, ICoordinateSystem< T > coordinateSystem)VectSharp.Plots.Bars< T >
Bars(IEnumerable< T > data, Comparison< T > sorting, Func< T, T > getBaseline, ICoordinateSystem< T > coordinateSystem)VectSharp.Plots.Bars< T >
Bars(IReadOnlyList< T > data, Func< T, T > getBaseline, ICoordinateSystem< T > coordinateSystem)VectSharp.Plots.Bars< T >
Bars(IEnumerable< IReadOnlyList< double > > data, IComparer< IReadOnlyList< double > > sorting, Func< IReadOnlyList< double >, IReadOnlyList< double > > getBaseline, ICoordinateSystem< IReadOnlyList< double > > coordinateSystem)VectSharp.Plots.Bars< T >
Bars(IEnumerable< IReadOnlyList< double > > data, Comparison< IReadOnlyList< double > > sorting, Func< IReadOnlyList< double >, IReadOnlyList< double > > getBaseline, ICoordinateSystem< IReadOnlyList< double > > coordinateSystem)VectSharp.Plots.Bars< T >
Bars(IEnumerable< IReadOnlyList< double > > data, ICoordinateSystem< IReadOnlyList< double > > coordinateSystem, bool vertical=true)VectSharp.Plots.Bars< T >
CoordinateSystemVectSharp.Plots.Bars< T >
DataVectSharp.Plots.Bars< T >
GetBaselineVectSharp.Plots.Bars< T >
MarginVectSharp.Plots.Bars< T >
Plot(Graphics target)VectSharp.Plots.Bars< T >
PresentationAttributesVectSharp.Plots.Bars< T >
TagVectSharp.Plots.Bars< T >