Class SFErrorBarSeries
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.
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFErrorBarSeries : SFXyDataSeries
Remarks
SFErrorBarSeries 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
SFErrorBarSeries()
Initializes a new instance of the SFErrorBarSeries class.
Declaration
public SFErrorBarSeries()
Properties
HorizontalCapLineStyle
Gets or sets the style for horizontal cap line in
Declaration
public ErrorBarCapLineStyle HorizontalCapLineStyle { get; set; }
Property Value
Type |
---|
ErrorBarCapLineStyle |
HorizontalDirection
Gets or sets the horizontal direction for
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
Declaration
public ErrorBarLineStyle HorizontalLineStyle { get; set; }
Property Value
Type |
---|
ErrorBarLineStyle |
Mode
Gets or sets the error bar mode for
Declaration
public ErrorBarMode Mode { get; set; }
Property Value
Type |
---|
ErrorBarMode |
Type
Gets or sets the error bar type for
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
Declaration
public ErrorBarCapLineStyle VerticalCapLineStyle { get; set; }
Property Value
Type |
---|
ErrorBarCapLineStyle |
VerticalDirection
Gets or sets the vertical direction for
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
Declaration
public ErrorBarLineStyle VerticalLineStyle { get; set; }
Property Value
Type |
---|
ErrorBarLineStyle |
Methods
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Type |
---|
SFChartSegment |
Overrides
CreateSegments()
Declaration
public override void CreateSegments()
Overrides
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()