Class StackedAreaSeries
Control that displays values as a stacked area chart visualization.
Inheritance
System.Object
StackedAreaSeries
Implements
Inherited Members
System.Windows.FrameworkElement.RegisterName(System.String, System.Object)
System.Windows.FrameworkElement.UnregisterName(System.String)
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public class StackedAreaSeries : StackedAreaLineSeries, ISeries, IAxisListener, IRangeProvider, IValueMarginProvider, IDataProvider, ISeriesHost, IRequireSeriesHost, IResourceDictionaryDispenser, IAnchoredToOrigin
Constructors
| Improve this Doc View SourceStackedAreaSeries()
Initializes a new instance of the StackedAreaSeries class.
Declaration
public StackedAreaSeries()
Methods
| Improve this Doc View SourceCreateDataPoint()
Creates a DataPoint for the series.
Declaration
protected override DataPoint CreateDataPoint()
Returns
Type | Description |
---|---|
DataPoint | Series-appropriate DataPoint instance. |
Overrides
| Improve this Doc View SourceCreateDataShape()
Creates a series-appropriate Shape for connecting the points of the series.
Declaration
protected override Shape CreateDataShape()
Returns
Type | Description |
---|---|
Shape | Shape instance. |
Overrides
| Improve this Doc View SourceIValueMarginProviderGetValueMargins(IValueMarginConsumer)
Returns the value margins for the data points of the series.
Declaration
protected override IEnumerable<ValueMargin> IValueMarginProviderGetValueMargins(IValueMarginConsumer valueMarginConsumer)
Parameters
Type | Name | Description |
---|---|---|
IValueMarginConsumer | valueMarginConsumer | Consumer of the value margins. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValueMargin> | Sequence of value margins. |
Overrides
| Improve this Doc View SourceSetPolygonPointsProperty(Polygon, PointCollection)
Sets the Points property of a Polygon to the specified PointCollection.
Declaration
protected void SetPolygonPointsProperty(Polygon polygon, PointCollection pointCollection)
Parameters
Type | Name | Description |
---|---|---|
Polygon | polygon | Polygon to set the Points property of. |
PointCollection | pointCollection | Specified PointCollection. |
UpdateShape(IList<IEnumerable<Point>>)
Updates the Shape for the series.
Declaration
protected override void UpdateShape(IList<IEnumerable<Point>> definitionPoints)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Collections.Generic.IEnumerable<Point>> | definitionPoints | Locations of the points of each SeriesDefinition in the series. |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIAnchoredToOrigin.AnchoredAxis
Gets the anchored axis for the series.
Declaration
IRangeAxis IAnchoredToOrigin.AnchoredAxis { get; }
Returns
Type | Description |
---|---|
IRangeAxis |