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

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

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