Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFFinancialSeries

    Show / Hide Table of Contents

    Class SFFinancialSeries

    Serves as a base class for all types of financial series.

    Inheritance
    System.Object
    SFSeries
    SFCartesianSeries
    SFFinancialSeries
    SFOHLCSeries
    Inherited Members
    SFCartesianSeries.CreateSegments()
    SFCartesianSeries.DrawInContext(CGContext)
    SFCartesianSeries.CreateSegment()
    SFCartesianSeries.FindNearestChartPoint(Single, Single)
    SFCartesianSeries.FindNearestChartPoints(Single, Single)
    SFCartesianSeries.GetCardinalSpline(List<Double>, IList<Double>)
    SFCartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double)
    SFCartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double, Double)
    SFCartesianSeries.GetMonotonicSpline(List<Double>, IList<Double>, Double[])
    SFCartesianSeries.GetDataPoints(RectangleF)
    SFCartesianSeries.GetDataPoints(Double, Double, Double, Double)
    SFCartesianSeries.Trendlines
    SFCartesianSeries.XAxis
    SFCartesianSeries.YAxis
    SFCartesianSeries.ShowTrackballInfo
    SFCartesianSeries.ActualXAxis
    SFCartesianSeries.ActualYAxis
    SFCartesianSeries.IsTransposed
    SFSeries.GeneratePoints(String[], IList<Double>[])
    SFSeries.ScheduleUpdateArea()
    SFSeries.GetSelectionColor()
    SFSeries.GetGradientStartPoint(SFChartSegment)
    SFSeries.GetGradientEndPoint(SFChartSegment)
    SFSeries.SetIndividualPoint(Int32, Object, Boolean)
    SFSeries.ClearUnUsedDataMarkerLabels(Int32)
    SFSeries.SeriesContainsPoint(CGPoint)
    SFSeries.SetFillColor(SFChartSegment)
    SFSeries.SetStrokeWidth(SFChartSegment)
    SFSeries.SuspendNotification()
    SFSeries.ResumeNotification()
    SFSeries.InvalidateRender()
    SFSeries.Animate()
    SFSeries.CreateRenderer()
    SFSeries.InsertDataPointAtIndex(nint)
    SFSeries.RemoveDataPointAtIndex(nint)
    SFSeries.ReloadData()
    SFSeries.DrawLayer(CALayer, CGContext)
    SFSeries.DataPointIndexAtPoint(CGPoint)
    SFSeries.DrawMarker(CGContext, Double, Double, Int32)
    SFSeries.DrawLabel(NSString, CGContext, Double, Double, Int32)
    SFSeries.DrawConnectorLine(CGContext, Double, Double, Double, Double, UIColor, Int32)
    SFSeries.ListenPropertyChange
    SFSeries.DataMarker
    SFSeries.EnableAnimation
    SFSeries.AnimationDuration
    SFSeries.IsSelected
    SFSeries.SelectedDataPointIndex
    SFSeries.SelectedDataPointColor
    SFSeries.DataCount
    SFSeries.Name
    SFSeries.Color
    SFSeries.Alpha
    SFSeries.Label
    SFSeries.ItemsSource
    SFSeries.XBindingPath
    SFSeries.ColorModel
    SFSeries.XRange
    SFSeries.YRange
    SFSeries.Segments
    SFSeries.EnableTooltip
    SFSeries.LegendIcon
    SFSeries.EnableDataPointSelection
    SFSeries.Visible
    SFSeries.VisibleOnLegend
    SFSeries.LayerFrame
    SFSeries.DataMarkerLabelCreated
    Namespace: Syncfusion.SfChart.iOS
    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
    Type Name Description
    SFChartSegment segment
    Returns
    Type Description
    CoreAnimation.CAAnimation
    Overrides
    SFSeries.AnimationForSegment(SFChartSegment)

    OnAttachedToChart()

    Declaration
    protected override void OnAttachedToChart()
    Overrides
    SFCartesianSeries.OnAttachedToChart()

    OnBindingPathChanged()

    Declaration
    protected override void OnBindingPathChanged()
    Overrides
    SFSeries.OnBindingPathChanged()

    OnDetachedFromChart()

    Declaration
    protected override void OnDetachedFromChart()
    Overrides
    SFSeries.OnDetachedFromChart()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved