C# 클래스 LiveCharts.Wpf.RowSeries

The Row series plots horizontal bars in a cartesian chart
상속: Series, IRowSeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
LabelsPositionProperty System.Windows.DependencyProperty
MaxRowHeigthProperty System.Windows.DependencyProperty
RowPaddingProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the point view.

RowSeries ( ) : System

Initializes a new instance of RowSeries class

RowSeries ( object configuration ) : System

Initializes a new instance of RowSeries class with a given mapper

비공개 메소드들

메소드 설명
InitializeDefuaults ( ) : void

메소드 상세

GetPointView() 공개 메소드

Gets the point view.
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint The point.
label string The label.
리턴 IChartPointView

RowSeries() 공개 메소드

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

RowSeries() 공개 메소드

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

프로퍼티 상세

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

The labels position property
public static DependencyProperty,System.Windows LabelsPositionProperty
리턴 System.Windows.DependencyProperty

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

The maximum row heigth property
public static DependencyProperty,System.Windows MaxRowHeigthProperty
리턴 System.Windows.DependencyProperty

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

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