menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackingAreaSeries - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StackingAreaSeries

    Represents a stacked 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
    ChartSeries
    CartesianSeries
    XyDataSeries
    StackingSeriesBase
    StackingAreaSeries
    StackingArea100Series
    Inherited Members
    CartesianSeries.ActualXAxis
    CartesianSeries.ActualYAxis
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double)
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double, Double)
    CartesianSeries.FindNearestChartPoint(Single, Single)
    CartesianSeries.FindNearestChartPoints(Single, Single)
    CartesianSeries.GetCardinalSpline(List<Double>, IList<Double>)
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.GetDataPoints(RectangleF)
    CartesianSeries.GetMonotonicSpline(List<Double>, IList<Double>, Double[])
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.Transposed
    CartesianSeries.Trendlines
    CartesianSeries.XAxis
    CartesianSeries.YAxis
    ChartSeries.Alpha
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.Chart
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.DataCount
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataPointSelectionEnabled
    ChartSeries.DrawDataMarker(Int32, Canvas, Paint, Paint, Single, Single)
    ChartSeries.DrawDataMarkerLabel(Int32, Canvas, String, Single, Single)
    ChartSeries.EnableAnimation
    ChartSeries.GeneratePoints(String[], IList<Double>[])
    ChartSeries.GetSelectionColor()
    ChartSeries.GetView()
    ChartSeries.InvalidateRender()
    ChartSeries.IsSelected
    ChartSeries.ItemsSource
    ChartSeries.Label
    ChartSeries.LegendIcon
    ChartSeries.ListenPropertyChange
    ChartSeries.Name
    ChartSeries.OnDetachedFromChart()
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.ResumeNotification()
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.Segments
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.StrokeWidth
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipEnabled
    ChartSeries.Visibility
    ChartSeries.VisibilityOnLegend
    ChartSeries.XBindingPath
    ChartSeries.XRange
    ChartSeries.YRange
    StackingSeriesBase.CalculateStackingValues()
    StackingSeriesBase.GroupingLabel
    StackingSeriesBase.StrokeColor
    XyDataSeries.OnBindingPathChanged()
    XyDataSeries.YBindingPath
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class StackingAreaSeries : StackingSeriesBase
    Remarks

    StackingAreaSeries 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

    StackingAreaSeries()

    Declaration
    public StackingAreaSeries()

    Methods

    CreateSegment()

    Create the StackingAreaSegment.

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type Description
    ChartSegment

    Returns a segment.

    Overrides
    CartesianSeries.CreateSegment()

    CreateSegments()

    Creates the segments of StackingAreaSeries.

    Declaration
    protected override void CreateSegments()
    Overrides
    CartesianSeries.CreateSegments()

    GetDataPointIndex(Single, Single)

    Declaration
    public override int GetDataPointIndex(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY
    Returns
    Type
    System.Int32
    Overrides
    ChartSeries.GetDataPointIndex(Single, Single)

    GetGradientEndPoint(ChartSegment)

    Declaration
    protected override PointF GetGradientEndPoint(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Returns
    Type
    Android.Graphics.PointF
    Overrides
    ChartSeries.GetGradientEndPoint(ChartSegment)

    GetGradientStartPoint(ChartSegment)

    Declaration
    protected override PointF GetGradientStartPoint(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Returns
    Type
    Android.Graphics.PointF
    Overrides
    ChartSeries.GetGradientStartPoint(ChartSegment)

    OnAttachedToChart()

    Declaration
    protected override void OnAttachedToChart()
    Overrides
    CartesianSeries.OnAttachedToChart()

    SeriesContainsPoint(PointF)

    Declaration
    public override bool SeriesContainsPoint(PointF point)
    Parameters
    Type Name Description
    System.Drawing.PointF point
    Returns
    Type
    System.Boolean
    Overrides
    ChartSeries.SeriesContainsPoint(PointF)

    SetFillColor(ChartSegment)

    Declaration
    protected override void SetFillColor(ChartSegment segment)
    Parameters
    Type Name Description
    ChartSegment segment
    Overrides
    ChartSeries.SetFillColor(ChartSegment)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved