C# Class LiveCharts.Uwp.RowSeries

The Row series plots horizontal bars in a cartesian chart
Inheritance: Series, IRowSeriesView
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
LabelPositionProperty Windows.UI.Xaml.DependencyProperty
MaxRowHeigthProperty Windows.UI.Xaml.DependencyProperty
RowPaddingProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

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

Gets the view of a given point

RowSeries ( ) : System

Initializes a new instance of RowSeries class

RowSeries ( object configuration ) : System

Initializes a new instance of RowSeries 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

RowSeries() public méthode

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

RowSeries() public méthode

Initializes a new instance of RowSeries class with a given mapper
public RowSeries ( 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

MaxRowHeigthProperty public_oe static_oe property

The maximum row heigth property
public static DependencyProperty,Windows.UI.Xaml MaxRowHeigthProperty
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