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

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

공개 메소드들

메소드 설명
StackedLineSeries ( ) : System.Collections.Generic

Initializes a new instance of the StackedLineSeries class.

보호된 메소드들

메소드 설명
CreateDataPoint ( ) : DataPoint

Creates a DataPoint for the series.

CreateDataShape ( ) : Shape

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

UpdateShape ( IList definitionPoints ) : void

Updates the shape for the series.

비공개 메소드들

메소드 설명
SetPolylinePointsProperty ( Polyline polyline, 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

StackedLineSeries() 공개 메소드

Initializes a new instance of the StackedLineSeries class.
public StackedLineSeries ( ) : System.Collections.Generic
리턴 System.Collections.Generic

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