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

Control that displays values as a stacked area chart visualization.
상속: WinRTXamlToolkit.Controls.DataVisualization.Charting.StackedAreaLineSeries, IAnchoredToOrigin
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

Private Properties

프로퍼티 타입 설명
SetPolygonPointsProperty void

공개 메소드들

메소드 설명
StackedAreaSeries ( ) : System

Initializes a new instance of the StackedAreaSeries class.

보호된 메소드들

메소드 설명
CreateDataPoint ( ) : DataPoint

Creates a DataPoint for the series.

CreateDataShape ( ) : Shape

Creates a series-appropriate Shape for connecting the points of the series.

IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable

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

UpdateShape ( IList definitionPoints ) : void

Updates the Shape for the series.

비공개 메소드들

메소드 설명
SetPolygonPointsProperty ( Polygon polygon, PointCollection pointCollection ) : void

메소드 상세

CreateDataPoint() 보호된 메소드

Creates a DataPoint for the series.
protected CreateDataPoint ( ) : DataPoint
리턴 DataPoint

CreateDataShape() 보호된 메소드

Creates a series-appropriate Shape for connecting the points of the series.
protected CreateDataShape ( ) : Shape
리턴 Windows.UI.Xaml.Shapes.Shape

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

StackedAreaSeries() 공개 메소드

Initializes a new instance of the StackedAreaSeries class.
public StackedAreaSeries ( ) : System
리턴 System

UpdateShape() 보호된 메소드

Updates the Shape for the series.
protected UpdateShape ( IList definitionPoints ) : void
definitionPoints IList Locations of the points of each SeriesDefinition in the series.
리턴 void