C# Class LiveCharts.Uwp.StackedRowSeries

The stacked row series compares the proportion of every series in a point
Inheritance: Series, IStackedRowSeriesView
ファイルを表示 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_oe static_oe property

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

MaxRowHeightProperty public_oe static_oe property

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

StackModeProperty public_oe static_oe property

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