menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FinancialSeriesBase - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FinancialSeriesBase

    Serves as a base class for all types of financial series such as HiLoOpenClose series and Candle series.

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    FinancialSeriesBase
    HiLoOpenCloseSeries
    Inherited Members
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.GetDataPoints(Rectangle)
    CartesianSeries.IsTransposed
    CartesianSeries.IsTransposedProperty
    CartesianSeries.OnBindingContextChanged()
    CartesianSeries.OnParentSet()
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.ShowTrackballInfoProperty
    CartesianSeries.TrackballLabelTemplate
    CartesianSeries.TrackballLabelTemplateProperty
    CartesianSeries.Trendlines
    CartesianSeries.TrendlinesProperty
    CartesianSeries.XAxis
    CartesianSeries.XAxisProperty
    CartesianSeries.YAxis
    CartesianSeries.YAxisProperty
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.AnimationDurationProperty
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.ColorModelProperty
    ChartSeries.ColorProperty
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataMarkerProperty
    ChartSeries.EnableAnimation
    ChartSeries.EnableAnimationProperty
    ChartSeries.EnableDataPointSelection
    ChartSeries.EnableDataPointSelectionProperty
    ChartSeries.EnableTooltip
    ChartSeries.EnableTooltipProperty
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.IsSelected
    ChartSeries.IsVisible
    ChartSeries.IsVisibleOnLegend
    ChartSeries.IsVisibleOnLegendProperty
    ChartSeries.IsVisibleProperty
    ChartSeries.ItemsSource
    ChartSeries.ItemsSourceProperty
    ChartSeries.Label
    ChartSeries.LabelProperty
    ChartSeries.LegendIcon
    ChartSeries.LegendIconProperty
    ChartSeries.ListenPropertyChange
    ChartSeries.ListenPropertyChangeProperty
    ChartSeries.Opacity
    ChartSeries.OpacityProperty
    ChartSeries.ResumeNotification()
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointColorProperty
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SelectedDataPointIndexProperty
    ChartSeries.StrokeWidth
    ChartSeries.StrokeWidthProperty
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipTemplate
    ChartSeries.TooltipTemplateProperty
    ChartSeries.XBindingPath
    ChartSeries.XBindingPathProperty
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public abstract class FinancialSeriesBase : CartesianSeries, IThemeElement

    Constructors

    FinancialSeriesBase()

    Initializes a new instance of the FinancialSeriesBase class.

    Declaration
    public FinancialSeriesBase()

    Fields

    BearFillColorProperty

    Gets or sets the color of the segments that satisfies bear sign. This is a bindable property.

    Declaration
    public static readonly BindableProperty BearFillColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BullFillColorProperty

    Gets or sets the color of the segments that satisfies bull sign. This is a bindable property.

    Declaration
    public static readonly BindableProperty BullFillColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    CloseProperty

    Gets or sets the Closebinding path in Items source. This is a bindable property.

    Declaration
    public static readonly BindableProperty CloseProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HighProperty

    Gets or sets the Highbinding path in Items source for financial series. This is a bindable property.

    Declaration
    public static readonly BindableProperty HighProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    LowProperty

    Gets or sets the Lowbinding path in Items source for financial series. This is a bindable property.

    Declaration
    public static readonly BindableProperty LowProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NameProperty

    Gets or sets the Namebinding path in Items source. This is a bindable property.

    Declaration
    public static readonly BindableProperty NameProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    OpenProperty

    Gets or sets the Openbinding path in Items source. This is a bindable property.

    Declaration
    public static readonly BindableProperty OpenProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    BearFillColor

    Gets or sets the color of the segments that satisfies bear sign. This is a bindable property.

    Declaration
    public Color BearFillColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Xamarin.Forms.Color as its value.

    BullFillColor

    Gets or sets the color of the segments that satisfies bull sign. This is a bindable property.

    Declaration
    public Color BullFillColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Xamarin.Forms.Color as its value.

    Close

    Gets or sets the Closebinding path in Items source. This is a bindable property.

    Declaration
    public string Close { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String as its value.

    High

    Gets or sets the Highbinding path in Items source for financial series. This is a bindable property.

    Declaration
    public string High { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String as its value.

    Low

    Gets or sets the Lowbinding path in Items source for financial series. This is a bindable property.

    Declaration
    public string Low { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String as its value.

    Name

    Gets or sets the series name which is used to map with technical indicators.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String as its value.

    Open

    Gets or sets the Openbinding path in Items source. This is a bindable property.

    Declaration
    public string Open { get; set; }
    Property Value
    Type Description
    System.String

    This property takes the System.String as its value.

    Methods

    GetChartDataPoints()

    Method used to get the collection of ChartDataPoint which is used to render HiLoOpenCloseSeries and CandleSeries.

    Declaration
    public override IList<ChartDataPoint> GetChartDataPoints()
    Returns
    Type Description
    System.Collections.Generic.IList<ChartDataPoint>

    Collection.

    Overrides
    ChartSeries.GetChartDataPoints()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved