Class SFFinancialSeries
Serves as a base class for all types of financial series.
Inheritance
System.Object
SFFinancialSeries
Assembly: Syncfusion.SfChart.XForms.macOS.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 NSColor BearFillColor { get; set; }
Property Value
BullFillColor
Gets or sets the interior of the segment represents bull value.
Declaration
public NSColor BullFillColor { get; set; }
Property Value
Close
Gets or sets the binding path for close value in items source.
Declaration
public string Close { get; set; }
Property Value
High
Gets or sets the binding path for high value in items source.
Declaration
public string High { get; set; }
Property Value
Low
Gets or sets the binding path for low value in items source.
Declaration
public string Low { get; set; }
Property Value
Open
Gets or sets the binding path for open value in items source.
Declaration
public string Open { get; set; }
Property Value
SeriesName
Declaration
public NSString SeriesName { get; set; }
Property Value
Spacing
Gets or sets the spacing between the segments.
Declaration
public double Spacing { get; set; }
Property Value
Width
Gets or sets the width of the segments.
Declaration
public double Width { get; set; }
Property Value
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
CoreAnimation.CAAnimation |
Overrides
OnAttachedToChart()
Declaration
protected override void OnAttachedToChart()
Overrides
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()
Overrides
OnDetachedFromChart()
Declaration
protected override void OnDetachedFromChart()
Overrides