C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.StackedLineSeries

Control that displays values as a stacked line chart visualization.
Inheritance: WinRTXamlToolkit.Controls.DataVisualization.Charting.StackedAreaLineSeries
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
StackedLineSeries ( ) : System.Collections.Generic

Initializes a new instance of the StackedLineSeries class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
SetPolylinePointsProperty ( Polyline polyline, PointCollection pointCollection ) : void

Method Details

CreateDataPoint() protected méthode

Creates a DataPoint for the series.
protected CreateDataPoint ( ) : DataPoint
Résultat DataPoint

CreateDataShape() protected méthode

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

StackedLineSeries() public méthode

Initializes a new instance of the StackedLineSeries class.
public StackedLineSeries ( ) : System.Collections.Generic
Résultat System.Collections.Generic

UpdateShape() protected méthode

Updates the shape for the series.
protected UpdateShape ( IList definitionPoints ) : void
definitionPoints IList Locations of the points of each SeriesDefinition in the series.
Résultat void