C# Class LiveCharts.Uwp.StackedRowSeries

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

Public Properties

Property Type Description
LabelPositionProperty Windows.UI.Xaml.DependencyProperty
MaxRowHeightProperty Windows.UI.Xaml.DependencyProperty
RowPaddingProperty Windows.UI.Xaml.DependencyProperty
StackModeProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method 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

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

StackedRowSeries() public method

Initializes a new instance of StackedRow series class
public StackedRowSeries ( ) : System
return System

StackedRowSeries() public method

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

Property Details

LabelPositionProperty public static property

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

MaxRowHeightProperty public static property

The maximum row height property
public static DependencyProperty,Windows.UI.Xaml MaxRowHeightProperty
return Windows.UI.Xaml.DependencyProperty

RowPaddingProperty public static property

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

StackModeProperty public static property

The stack mode property
public static DependencyProperty,Windows.UI.Xaml StackModeProperty
return Windows.UI.Xaml.DependencyProperty