C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.StackedBarColumnSeries

Control base class for displaying values as a stacked bar/column chart visualization.
상속: DefinitionSeries, IAnchoredToOrigin
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

Private Properties

프로퍼티 타입 설명
GetMarginForNonCategoryAxis double
IRangeProviderGetRange Range
UpdateDataItemPlacement void

보호된 메소드들

메소드 설명
AcquireDependentAxis ( ) : IAxis

Acquires a dependent axis suitable for use with the data values of the series.

AcquireIndependentAxis ( ) : IAxis

Acquires an independent axis suitable for use with the data values of the series.

IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable

Returns the value margins for the data points of the series.

StackedBarColumnSeries ( ) : System

Initializes a new instance of the StackedBarColumnSeries class.

비공개 메소드들

메소드 설명
GetMarginForNonCategoryAxis ( IAxis axis ) : double

Gets the margin to use for an independent axis that does not implement ICategoryAxis.

IRangeProviderGetRange ( IRangeConsumer rangeConsumer ) : Range
UpdateDataItemPlacement ( IEnumerable dataItems ) : void

메소드 상세

AcquireDependentAxis() 보호된 메소드

Acquires a dependent axis suitable for use with the data values of the series.
protected AcquireDependentAxis ( ) : IAxis
리턴 IAxis

AcquireIndependentAxis() 보호된 메소드

Acquires an independent axis suitable for use with the data values of the series.
protected AcquireIndependentAxis ( ) : IAxis
리턴 IAxis

IValueMarginProviderGetValueMargins() 보호된 메소드

Returns the value margins for the data points of the series.
protected IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable
valueMarginConsumer IValueMarginConsumer Consumer of the value margins.
리턴 IEnumerable

StackedBarColumnSeries() 보호된 메소드

Initializes a new instance of the StackedBarColumnSeries class.
protected StackedBarColumnSeries ( ) : System
리턴 System