C# Class LiveCharts.Wpf.ColumnSeries

Use the column series to plot horizontal bars in a cartesian chart
Inheritance: Series, IColumnSeriesView
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Свойство Type Description
ColumnPaddingProperty System.Windows.DependencyProperty
LabelsPositionProperty System.Windows.DependencyProperty
MaxColumnWidthProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ColumnSeries ( ) : System

Initializes a new instance of ColumnSeries class

ColumnSeries ( object configuration ) : System

Initializes a new instance of ColumnSeries class, using a given mapper

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

Private Methods

Méthode Description
InitializeDefuaults ( ) : void

Method Details

ColumnSeries() public méthode

Initializes a new instance of ColumnSeries class
public ColumnSeries ( ) : System
Résultat System

ColumnSeries() public méthode

Initializes a new instance of ColumnSeries class, using a given mapper
public ColumnSeries ( object configuration ) : System
configuration object
Résultat System

GetPointView() public méthode

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
Résultat IChartPointView

Property Details

ColumnPaddingProperty public_oe static_oe property

The column padding property
public static DependencyProperty,System.Windows ColumnPaddingProperty
Résultat System.Windows.DependencyProperty

LabelsPositionProperty public_oe static_oe property

The labels position property
public static DependencyProperty,System.Windows LabelsPositionProperty
Résultat System.Windows.DependencyProperty

MaxColumnWidthProperty public_oe static_oe property

The maximum column width property
public static DependencyProperty,System.Windows MaxColumnWidthProperty
Résultat System.Windows.DependencyProperty