Class RangeAreaSeries
Represents a range area 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
RangeAreaSeries
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class RangeAreaSeries : RangeSeriesBase
Constructors
RangeAreaSeries()
Declaration
Properties
StrokeColor
Gets or sets the color for the series stroke.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Methods
CreateSegment()
Declaration
protected override ChartSegment CreateSegment()
Returns
Overrides
CreateSegments()
Declaration
protected override void CreateSegments()
Overrides
GetDataPointIndex(Single, Single)
Declaration
public override int GetDataPointIndex(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Returns
Overrides
GetGradientEndPoint(ChartSegment)
Declaration
protected override PointF GetGradientEndPoint(ChartSegment segment)
Parameters
Returns
Type |
Android.Graphics.PointF |
Overrides
GetGradientStartPoint(ChartSegment)
Declaration
protected override PointF GetGradientStartPoint(ChartSegment segment)
Parameters
Returns
Type |
Android.Graphics.PointF |
Overrides
OnAttachedToChart()
Declaration
protected override void OnAttachedToChart()
Overrides
SeriesContainsPoint(PointF)
Declaration
public override bool SeriesContainsPoint(PointF point)
Parameters
Type |
Name |
Description |
System.Drawing.PointF |
point |
|
Returns
Overrides
SetFillColor(ChartSegment)
Declaration
protected override void SetFillColor(ChartSegment segment)
Parameters
Overrides