Class WaterfallSeries
Inherited Members
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 |
|
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 |
|
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
CreateSegments()
Creates the Waterfall segments.
Declaration
protected override void CreateSegments()
Overrides
OnBindingPathChanged()
The summary binding path has been changed.
Declaration
protected override void OnBindingPathChanged()
Overrides
SetFillColor(ChartSegment)
Declaration
protected override void SetFillColor(ChartSegment segment)
Parameters
Type | Name | Description |
---|---|---|
ChartSegment | segment |