C# 클래스 LiveCharts.Wpf.ColumnSeries

Use the column series to plot horizontal bars in a cartesian chart
상속: Series, IColumnSeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColumnPaddingProperty System.Windows.DependencyProperty
LabelsPositionProperty System.Windows.DependencyProperty
MaxColumnWidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ColumnSeries ( ) : System

Initializes a new instance of ColumnSeries class

ColumnSeries ( object configuration ) : System

Initializes a new instance of ColumnSeries class, using a given mapper

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

비공개 메소드들

메소드 설명
InitializeDefuaults ( ) : void

메소드 상세

ColumnSeries() 공개 메소드

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

ColumnSeries() 공개 메소드

Initializes a new instance of ColumnSeries class, using a given mapper
public ColumnSeries ( object configuration ) : System
configuration object
리턴 System

GetPointView() 공개 메소드

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

프로퍼티 상세

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

The column padding property
public static DependencyProperty,System.Windows ColumnPaddingProperty
리턴 System.Windows.DependencyProperty

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

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

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

The maximum column width property
public static DependencyProperty,System.Windows MaxColumnWidthProperty
리턴 System.Windows.DependencyProperty