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

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

Private Properties

Property Type Description
SetPolygonPointsProperty void

Public Methods

Method Description
StackedAreaSeries ( ) : System

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

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

Method Description
SetPolygonPointsProperty ( Polygon polygon, 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

IValueMarginProviderGetValueMargins() protected method

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

StackedAreaSeries() public method

Initializes a new instance of the StackedAreaSeries class.
public StackedAreaSeries ( ) : System
return System

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