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

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

Private Properties

Свойство Type Description
SetPolygonPointsProperty void

Méthodes publiques

Méthode Description
StackedAreaSeries ( ) : System

Initializes a new instance of the StackedAreaSeries 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.

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.

Private Methods

Méthode Description
SetPolygonPointsProperty ( Polygon polygon, 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

IValueMarginProviderGetValueMargins() protected méthode

Returns the value margins for the data points of the series.
protected IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable
valueMarginConsumer IValueMarginConsumer Consumer of the value margins.
Résultat IEnumerable

StackedAreaSeries() public méthode

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

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