C# Class LiveCharts.Uwp.RowSeries

The Row series plots horizontal bars in a cartesian chart
Inheritance: Series, IRowSeriesView
ファイルを表示 Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
LabelPositionProperty Windows.UI.Xaml.DependencyProperty
MaxRowHeigthProperty Windows.UI.Xaml.DependencyProperty
RowPaddingProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method 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

Method Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public method

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

RowSeries() public method

Initializes a new instance of RowSeries class
public RowSeries ( ) : System
return System

RowSeries() public method

Initializes a new instance of RowSeries class with a given mapper
public RowSeries ( object configuration ) : System
configuration object
return System

Property Details

LabelPositionProperty public_oe static_oe property

The label position property
public static DependencyProperty,Windows.UI.Xaml LabelPositionProperty
return Windows.UI.Xaml.DependencyProperty

MaxRowHeigthProperty public_oe static_oe property

The maximum row heigth property
public static DependencyProperty,Windows.UI.Xaml MaxRowHeigthProperty
return Windows.UI.Xaml.DependencyProperty

RowPaddingProperty public_oe static_oe property

The row padding property
public static DependencyProperty,Windows.UI.Xaml RowPaddingProperty
return Windows.UI.Xaml.DependencyProperty