Class StackedLineSeries
Control that displays values as a stacked line chart visualization.
Inheritance
System.Object
StackedLineSeries
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 StackedLineSeries : StackedAreaLineSeries, ISeries, IAxisListener, IRangeProvider, IValueMarginProvider, IDataProvider, ISeriesHost, IRequireSeriesHost, IResourceDictionaryDispenser
Constructors
| Improve this Doc View SourceStackedLineSeries()
Initializes a new instance of the StackedLineSeries class.
Declaration
public StackedLineSeries()
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 SourceSetPolylinePointsProperty(Polyline, PointCollection)
Sets the Points property of a Polyline to the specified PointCollection.
Declaration
protected void SetPolylinePointsProperty(Polyline polyline, PointCollection pointCollection)
Parameters
Type | Name | Description |
---|---|---|
Polyline | polyline | Polyline 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. |