menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class WaterfallSeries

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    XyDataSeries
    WaterfallSeries
    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.OnAttachedToChart()
    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.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.OnDetachedFromChart()
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.ResumeNotification()
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.Segments
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.StrokeWidth
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipEnabled
    ChartSeries.Visibility
    ChartSeries.VisibilityOnLegend
    ChartSeries.XBindingPath
    ChartSeries.XRange
    ChartSeries.YRange
    XyDataSeries.YBindingPath
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class WaterfallSeries : XyDataSeries

    Constructors

    WaterfallSeries()

    Initializes a new instance of the WaterfallSeries class.

    Declaration
    public WaterfallSeries()

    Properties

    AllowAutoSum

    Gets or sets a value indicating whether this WaterfallSeries allow auto sum.

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

    true if allow auto sum; otherwise, false.

    ConnectorLineStyle

    Gets the style value that indicates the segments connector line visual representation.

    Declaration
    public ChartLineStyle ConnectorLineStyle { get; }
    Property Value
    Type Description
    ChartLineStyle

    The connector line style.

    DataMarkerPosition

    Gets or sets the marker position on the segment.

    Declaration
    public DataMarkerPosition DataMarkerPosition { get; set; }
    Property Value
    Type
    DataMarkerPosition

    NegativeSegmentColor

    Gets or sets the color value that indicates the interior color of negative segment.

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

    The color of the negative segment.

    ShowConnectorLine

    Gets or sets a value indicating whether this WaterfallSeries show connector line.

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

    true if show connector line; otherwise, false.

    Spacing

    Gets or sets the spacing between the segments across the series in cluster mode.

    Declaration
    public double Spacing { get; set; }
    Property Value
    Type Description
    System.Double

    The spacing.

    SummaryBindingPath

    Gets or sets string that indicates model property name which holds the collection of boolean values.

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

    The summary binding path.

    SummarySegmentColor

    Gets or sets the color value that indicates the consolidated segment's interior.

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

    The color of the summary segment.

    Width

    Gets or sets the width of Waterfall series.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The width.

    Methods

    CreateSegment()

    Creates the segment.

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type Description
    ChartSegment

    The Waterfall segment.

    Overrides
    CartesianSeries.CreateSegment()

    CreateSegments()

    Creates the Waterfall segments.

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

    OnBindingPathChanged()

    The summary binding path has been changed.

    Declaration
    protected override void OnBindingPathChanged()
    Overrides
    XyDataSeries.OnBindingPathChanged()

    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