VectSharp 2.6.1
A light library for C# vector graphics
|
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 > | |
CoordinateSystem | VectSharp.Plots.Bars< T > | |
Data | VectSharp.Plots.Bars< T > | |
GetBaseline | VectSharp.Plots.Bars< T > | |
Margin | VectSharp.Plots.Bars< T > | |
Plot(Graphics target) | VectSharp.Plots.Bars< T > | |
PresentationAttributes | VectSharp.Plots.Bars< T > | |
Tag | VectSharp.Plots.Bars< T > |