C# Class LiveCharts.Uwp.StackedRowSeries

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

Méthodes publiques

Свойство Type Description
LabelPositionProperty Windows.UI.Xaml.DependencyProperty
MaxRowHeightProperty Windows.UI.Xaml.DependencyProperty
RowPaddingProperty Windows.UI.Xaml.DependencyProperty
StackModeProperty Windows.UI.Xaml.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

LabelPositionProperty public_oe static_oe property

The label position property
public static DependencyProperty,Windows.UI.Xaml LabelPositionProperty
Résultat Windows.UI.Xaml.DependencyProperty

MaxRowHeightProperty public_oe static_oe property

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

RowPaddingProperty public_oe static_oe property

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

StackModeProperty public_oe static_oe property

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