Class SFFinancialSeries
Serves as a base class for all types of financial series.
Inheritance
System.Object
SFFinancialSeries
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public abstract class SFFinancialSeries : SFCartesianSeries
Constructors
SFFinancialSeries()
Declaration
public SFFinancialSeries()
Properties
BearFillColor
Gets or sets the interior of the segment represents bear value.
Declaration
public UIColor BearFillColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
BullFillColor
Gets or sets the interior of the segment represents bull value.
Declaration
public UIColor BullFillColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Close
Gets or sets the binding path for close value in items source.
Declaration
public string Close { get; set; }
Property Value
Type |
Description |
System.String |
|
High
Gets or sets the binding path for high value in items source.
Declaration
public string High { get; set; }
Property Value
Type |
Description |
System.String |
|
Low
Gets or sets the binding path for low value in items source.
Declaration
public string Low { get; set; }
Property Value
Type |
Description |
System.String |
|
Open
Gets or sets the binding path for open value in items source.
Declaration
public string Open { get; set; }
Property Value
Type |
Description |
System.String |
|
SeriesName
Declaration
public NSString SeriesName { get; set; }
Property Value
Type |
Description |
Foundation.NSString |
|
Spacing
Gets or sets the spacing between the segments.
Declaration
public double Spacing { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Gets or sets the width of the segments.
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
Description |
CoreAnimation.CAAnimation |
|
Overrides
OnAttachedToChart()
Declaration
protected override void OnAttachedToChart()
Overrides
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()
Overrides
OnDetachedFromChart()
Declaration
protected override void OnDetachedFromChart()
Overrides