Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFAccumulationSeries

    Show / Hide Table of Contents

    Class SFAccumulationSeries

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

    Inheritance
    System.Object
    SFSeries
    SFAccumulationSeries
    SFCircularSeries
    SFTriangularSeries
    Inherited Members
    SFSeries.InvalidateRender()
    SFSeries.CreateSegments()
    SFSeries.Animate()
    SFSeries.CreateRenderer()
    SFSeries.InsertDataPointAtIndex(nint)
    SFSeries.RemoveDataPointAtIndex(nint)
    SFSeries.ReloadData()
    SFSeries.AnimationForSegment(SFChartSegment)
    SFSeries.DrawLayer(CALayer, CGContext)
    SFSeries.DrawInContext(CGContext)
    SFSeries.DataPointIndexAtPoint(CGPoint)
    SFSeries.DrawMarker(CGContext, Double, Double, Int32)
    SFSeries.DrawLabel(NSString, CGContext, Double, Double, Int32)
    SFSeries.DrawConnectorLine(CGContext, Double, Double, Double, Double, NSColor, Int32)
    SFSeries.GeneratePoints(String[], IList<Double>[])
    SFSeries.ScheduleUpdateArea()
    SFSeries.GetSelectionColor()
    SFSeries.GetGradientStartPoint(SFChartSegment)
    SFSeries.GetGradientEndPoint(SFChartSegment)
    SFSeries.SetIndividualPoint(Int32, Object, Boolean)
    SFSeries.CreateSegment()
    SFSeries.ClearUnUsedDataMarkerLabels(Int32)
    SFSeries.SeriesContainsPoint(CGPoint)
    SFSeries.OnAttachedToChart()
    SFSeries.OnDetachedFromChart()
    SFSeries.SetFillColor(SFChartSegment)
    SFSeries.SetStrokeWidth(SFChartSegment)
    SFSeries.SuspendNotification()
    SFSeries.ResumeNotification()
    SFSeries.EnableTooltip
    SFSeries.LegendIcon
    SFSeries.EnableDataPointSelection
    SFSeries.Visible
    SFSeries.VisibleOnLegend
    SFSeries.LayerFrame
    SFSeries.ListenPropertyChange
    SFSeries.DataMarker
    SFSeries.EnableAnimation
    SFSeries.AnimationDuration
    SFSeries.IsSelected
    SFSeries.SelectedDataPointIndex
    SFSeries.SelectedDataPointColor
    SFSeries.DataCount
    SFSeries.Name
    SFSeries.Color
    SFSeries.Alpha
    SFSeries.Label
    SFSeries.ItemsSource
    SFSeries.XBindingPath
    SFSeries.ColorModel
    SFSeries.XRange
    SFSeries.YRange
    SFSeries.Segments
    SFSeries.ActualXAxis
    SFSeries.ActualYAxis
    SFSeries.DataMarkerLabelCreated
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public abstract class SFAccumulationSeries : SFSeries

    Constructors

    SFAccumulationSeries()

    Declaration
    protected SFAccumulationSeries()

    Properties

    ExplodeAll

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

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

    ExplodeIndex

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

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

    ExplodeOnTouch

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

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

    StrokeColor

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

    Declaration
    public NSColor StrokeColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    YBindingPath

    Gets or sets the binding path in items source.

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

    Methods

    OnBindingPathChanged()

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