menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class AccumulationSeries

    Serves as a base class for all triangular and circular series.

    Inheritance
    System.Object
    ChartSeries
    AccumulationSeries
    CircularSeries
    TriangularSeries
    Inherited Members
    ChartSeries.ActualXAxis
    ChartSeries.ActualYAxis
    ChartSeries.Alpha
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.Chart
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.CreateSegment()
    ChartSeries.CreateSegments()
    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.GetDataPointIndex(Single, Single)
    ChartSeries.GetGradientEndPoint(ChartSegment)
    ChartSeries.GetGradientStartPoint(ChartSegment)
    ChartSeries.GetSelectionColor()
    ChartSeries.GetView()
    ChartSeries.InvalidateRender()
    ChartSeries.IsSelected
    ChartSeries.ItemsSource
    ChartSeries.Label
    ChartSeries.LegendIcon
    ChartSeries.ListenPropertyChange
    ChartSeries.Name
    ChartSeries.OnAttachedToChart()
    ChartSeries.OnDetachedFromChart()
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.ResumeNotification()
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.Segments
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.SetFillColor(ChartSegment)
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.StrokeWidth
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipEnabled
    ChartSeries.Visibility
    ChartSeries.VisibilityOnLegend
    ChartSeries.XBindingPath
    ChartSeries.XRange
    ChartSeries.YRange
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public abstract class AccumulationSeries : ChartSeries

    Constructors

    AccumulationSeries()

    Declaration
    protected AccumulationSeries()

    Properties

    ExplodableOnTouch

    Gets or sets a value indicating whether to explode the segment on touch.

    Declaration
    public bool ExplodableOnTouch { get; set; }
    Property Value
    Type
    System.Boolean

    ExplodeAll

    Gets or sets a value indicating whether to explode all segments in series.

    Declaration
    public bool ExplodeAll { get; set; }
    Property Value
    Type
    System.Boolean

    ExplodeIndex

    Gets or sets integer value which indicates explode index of series.

    Declaration
    public int ExplodeIndex { get; set; }
    Property Value
    Type
    System.Int32

    StrokeColor

    Gets or sets color that used to customize segment border color.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    YBindingPath

    Gets or sets the binding path in items source.

    Declaration
    public string YBindingPath { get; set; }
    Property Value
    Type
    System.String

    Methods

    OnBindingPathChanged()

    Declaration
    protected override void OnBindingPathChanged()
    Overrides
    ChartSeries.OnBindingPathChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved