C# Class LiveCharts.Wpf.StackedRowSeries

The stacked row series compares the proportion of every series in a point
Inheritance: LiveCharts.Wpf.Series.Series, IStackedRowSeriesView
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
LabelsPositionProperty System.Windows.DependencyProperty
MaxRowHeightProperty System.Windows.DependencyProperty
RowPaddingProperty System.Windows.DependencyProperty
StackModeProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

StackedRowSeries ( ) : System

Initializes a new instance of StackedRow series class

StackedRowSeries ( object configuration ) : System

Initializes a new instance of StackedRow series class, with a given mapper

Private Methods

Méthode Description
InitializeDefuaults ( ) : void

Method Details

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

StackedRowSeries() public méthode

Initializes a new instance of StackedRow series class
public StackedRowSeries ( ) : System
Résultat System

StackedRowSeries() public méthode

Initializes a new instance of StackedRow series class, with a given mapper
public StackedRowSeries ( object configuration ) : System
configuration object
Résultat System

Property Details

LabelsPositionProperty public_oe static_oe property

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

MaxRowHeightProperty public_oe static_oe property

The maximum row height property
public static DependencyProperty,System.Windows MaxRowHeightProperty
Résultat System.Windows.DependencyProperty

RowPaddingProperty public_oe static_oe property

The row padding property
public static DependencyProperty,System.Windows RowPaddingProperty
Résultat System.Windows.DependencyProperty

StackModeProperty public_oe static_oe property

The stack mode property
public static DependencyProperty,System.Windows StackModeProperty
Résultat System.Windows.DependencyProperty