Class WaterfallSeries
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class WaterfallSeries : SFXyDataSeries
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 |
|
ConnectorLineStyle
Gets the style value that indicates the segments connector line visual representation.
Declaration
public SFLineStyle ConnectorLineStyle { get; }
Property Value
Type | Description |
---|---|
SFLineStyle | The connector line style. |
DataMarkerPosition
Gets or sets the marker position on the segment.
Declaration
public SFChartDataMarkerPosition DataMarkerPosition { get; set; }
Property Value
Type |
---|
SFChartDataMarkerPosition |
NegativeSegmentColor
Gets or sets the color value that indicates the interior color of negative segment.
Declaration
public UIColor NegativeSegmentColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | 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 |
|
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 UIColor SummarySegmentColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | 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
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
SFChartSegment | segment |
Returns
Type |
---|
CoreAnimation.CAAnimation |
Overrides
CreateSegment()
Creates the segment.
Declaration
protected override SFChartSegment CreateSegment()
Returns
Type | Description |
---|---|
SFChartSegment | The Waterfall segment. |
Overrides
CreateSegments()
Creates the Waterfall segments.
Declaration
public override void CreateSegments()
Overrides
OnBindingPathChanged()
The summary binding path has been changed.
Declaration
protected override void OnBindingPathChanged()
Overrides
SetFillColor(SFChartSegment)
Declaration
protected override void SetFillColor(SFChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
SFChartSegment | segment |