C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.StackedLineSeries

Control that displays values as a stacked line chart visualization.
Наследование: WinRTXamlToolkit.Controls.DataVisualization.Charting.StackedAreaLineSeries
Показать файл Открыть проект

Открытые методы

Метод Описание
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