VectSharp 2.6.1
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Plots.CategoricalBars< T > Member List

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

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