Class FinancialSeriesBase
Serves as a base class for all types of financial series.
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class FinancialSeriesBase : CartesianSeries
Constructors
FinancialSeriesBase()
Declaration
public FinancialSeriesBase()
Properties
BearFillColor
Gets or sets the interior of the segment represents bear value.
Declaration
public Color BearFillColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
BullFillColor
Gets or sets the interior of the segment represents bull value.
Declaration
public Color BullFillColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Close
Gets or sets the binding path for close value in items source.
Declaration
public string Close { get; set; }
Property Value
Type |
---|
System.String |
High
Gets or sets the binding path for high value in items source.
Declaration
public string High { get; set; }
Property Value
Type |
---|
System.String |
Low
Gets or sets the binding path for low value in items source.
Declaration
public string Low { get; set; }
Property Value
Type |
---|
System.String |
Open
Gets or sets the binding path for open value in items source.
Declaration
public string Open { get; set; }
Property Value
Type |
---|
System.String |
Spacing
Gets or sets the spacing between the segments.
Declaration
public double Spacing { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets or sets the width of the segments.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnAttachedToChart()
Declaration
protected override void OnAttachedToChart()
Overrides
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()
Overrides
OnDetachedFromChart()
Declaration
protected override void OnDetachedFromChart()