Class StackingLineSeries
Represents a stacked line chart. To render this chart, create an instance of this class and add it to Series collection property and set the required properties.
Inheritance
System.Object
StackingLineSeries
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class StackingLineSeries : StackingSeriesBase
Remarks
StackingLineSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set either using PrimaryAxis and SecondaryAxis or XAxis and YAxis.
Constructors
StackingLineSeries()
Declaration
public StackingLineSeries()
Properties
PathEffect
Gets or sets the PathEffect of the StackingLineSeries.
Declaration
public PathEffect PathEffect { get; set; }
Property Value
Type |
---|
Android.Graphics.PathEffect |
Methods
CreateSegment()
Create the LineSegment.
Declaration
protected override ChartSegment CreateSegment()
Returns
Type | Description |
---|---|
ChartSegment | Returns a segment. |
Overrides
CreateSegments()
Declaration
protected override void CreateSegments()
Overrides
SeriesContainsPoint(PointF)
Declaration
public override bool SeriesContainsPoint(PointF point)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.PointF | point |
Returns
Type |
---|
System.Boolean |