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

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

Public Methods

Method Description
StackedLineSeries ( ) : System.Collections.Generic

Initializes a new instance of the StackedLineSeries class.

Protected Methods

Method 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

Method Description
SetPolylinePointsProperty ( Polyline polyline, PointCollection pointCollection ) : void

Method Details

CreateDataPoint() protected method

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

CreateDataShape() protected method

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

StackedLineSeries() public method

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

UpdateShape() protected method

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