menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ErrorBarSeries

    Represents a ErrorBar chart. To render ErrorBar 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
    ErrorBarSeries
    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.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
    XyDataSeries.YBindingPath
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ErrorBarSeries : XyDataSeries
    Remarks

    ErrorBarSeries 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

    ErrorBarSeries()

    Initializes a new instance of the ErrorBarSeries class.

    Declaration
    public ErrorBarSeries()

    Properties

    HorizontalCapLineStyle

    Gets or sets the style for horizontal cap line in ErrorBarSeries.

    Declaration
    public ErrorBarCapLineStyle HorizontalCapLineStyle { get; set; }
    Property Value
    Type
    ErrorBarCapLineStyle

    HorizontalDirection

    Gets or sets the horizontal direction for ErrorBarSeries.

    Declaration
    public ErrorBarDirection HorizontalDirection { get; set; }
    Property Value
    Type
    ErrorBarDirection

    HorizontalErrorPath

    Gets or sets the value for HorizontalErrorPath.

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

    HorizontalErrorValue

    Gets or sets the value that defines HorizontalErrorValue.

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

    HorizontalLineStyle

    Gets or sets the style for horizontal error line in ErrorBarSeries.

    Declaration
    public ErrorBarLineStyle HorizontalLineStyle { get; set; }
    Property Value
    Type
    ErrorBarLineStyle

    Mode

    Gets or sets the error bar mode for ErrorBarSeries.

    Declaration
    public ErrorBarMode Mode { get; set; }
    Property Value
    Type
    ErrorBarMode

    Type

    Gets or sets the error bar type for ErrorBarSeries.

    Declaration
    public ErrorBarType Type { get; set; }
    Property Value
    Type
    ErrorBarType
    Remarks

    If the Type is Custom, you have to set value for HorizontalErrorPath and VerticalErrorPath, else you have to set HorizontalErrorValue and VerticalErrorValue for other types.

    VerticalCapLineStyle

    Gets or sets the style for vertical cap line in ErrorBarSeries.

    Declaration
    public ErrorBarCapLineStyle VerticalCapLineStyle { get; set; }
    Property Value
    Type
    ErrorBarCapLineStyle

    VerticalDirection

    Gets or sets the vertical direction for ErrorBarSeries.

    Declaration
    public ErrorBarDirection VerticalDirection { get; set; }
    Property Value
    Type
    ErrorBarDirection

    VerticalErrorPath

    Gets or sets the value for the VerticalErrorPath.

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

    VerticalErrorValue

    Gets or sets the value that defines VerticalErrorValue.

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

    VerticalLineStyle

    Gets or sets the style for vertical error line in ErrorBarSeries.

    Declaration
    public ErrorBarLineStyle VerticalLineStyle { get; set; }
    Property Value
    Type
    ErrorBarLineStyle

    Methods

    CreateSegment()

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type
    ChartSegment
    Overrides
    CartesianSeries.CreateSegment()

    CreateSegments()

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

    OnBindingPathChanged()

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