C# 클래스 LiveCharts.Uwp.StackedRowSeries

The stacked row series compares the proportion of every series in a point
상속: Series, IStackedRowSeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
LabelPositionProperty Windows.UI.Xaml.DependencyProperty
MaxRowHeightProperty Windows.UI.Xaml.DependencyProperty
RowPaddingProperty Windows.UI.Xaml.DependencyProperty
StackModeProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeDefuaults ( ) : void

메소드 상세

GetPointView() 공개 메소드

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

StackedRowSeries() 공개 메소드

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

StackedRowSeries() 공개 메소드

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

프로퍼티 상세

LabelPositionProperty 공개적으로 정적으로 프로퍼티

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

MaxRowHeightProperty 공개적으로 정적으로 프로퍼티

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

RowPaddingProperty 공개적으로 정적으로 프로퍼티

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

StackModeProperty 공개적으로 정적으로 프로퍼티

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