Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FinancialTechnicalIndicator - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FinancialTechnicalIndicator

    Serves as a base class for all types of technical indicators.

    Inheritance
    System.Object
    ChartSeries
    FinancialTechnicalIndicator
    AccumulationDistributionIndicator
    AverageTrueIndicator
    BollingerBandIndicator
    ExponentialMovingAverageIndicator
    MACDIndicator
    MomentumIndicator
    RSIIndicator
    SimpleMovingAverageIndicator
    StochasticIndicator
    TriangularMovingAverageIndicator
    Inherited Members
    ChartSeries.GeneratePoints(String[], IList<Double>[])
    ChartSeries.GetSelectionColor()
    ChartSeries.GetGradientStartPoint(ChartSegment)
    ChartSeries.GetGradientEndPoint(ChartSegment)
    ChartSeries.OnBindingPathChanged()
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.CreateSegment()
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.OnAttachedToChart()
    ChartSeries.OnDetachedFromChart()
    ChartSeries.SetFillColor(ChartSegment)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.SuspendNotification()
    ChartSeries.ResumeNotification()
    ChartSeries.DrawDataMarker(Int32, Canvas, Paint, Paint, Single, Single)
    ChartSeries.DrawDataMarkerLabel(Int32, Canvas, String, Single, Single)
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.Animate()
    ChartSeries.GetView()
    ChartSeries.ListenPropertyChange
    ChartSeries.DataMarker
    ChartSeries.EnableAnimation
    ChartSeries.AnimationDuration
    ChartSeries.IsSelected
    ChartSeries.SelectedDataPointIndex
    ChartSeries.DataPointSelectionEnabled
    ChartSeries.SelectedDataPointColor
    ChartSeries.DataCount
    ChartSeries.Name
    ChartSeries.Color
    ChartSeries.StrokeWidth
    ChartSeries.Alpha
    ChartSeries.LegendIcon
    ChartSeries.Label
    ChartSeries.TooltipEnabled
    ChartSeries.ItemsSource
    ChartSeries.XBindingPath
    ChartSeries.ColorModel
    ChartSeries.XRange
    ChartSeries.YRange
    ChartSeries.Segments
    ChartSeries.Chart
    ChartSeries.VisibilityOnLegend
    ChartSeries.Visibility
    ChartSeries.DataMarkerLabelCreated
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public abstract class FinancialTechnicalIndicator : ChartSeries

    Constructors

    FinancialTechnicalIndicator()

    Declaration
    public FinancialTechnicalIndicator()

    Properties

    ActualXAxis

    Declaration
    public override ChartAxis ActualXAxis { get; }
    Property Value
    Type Description
    ChartAxis
    Overrides
    ChartSeries.ActualXAxis

    ActualYAxis

    Declaration
    public override ChartAxis ActualYAxis { get; }
    Property Value
    Type Description
    ChartAxis
    Overrides
    ChartSeries.ActualYAxis

    Close

    Gets or sets the binding path for close values.

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

    High

    Gets or sets the binding path for high values.

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

    Low

    Gets or sets the binding path for low values.

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

    Open

    Gets or sets the binding path for open values.

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

    SeriesName

    Gets or sets the name of the series.

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

    SignalLineColor

    Gets or sets the color of the signal line.

    Declaration
    public Color SignalLineColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    XAxis

    Gets or sets the additional horizontal axis for the indicator.

    Declaration
    public ChartAxis XAxis { get; set; }
    Property Value
    Type Description
    ChartAxis

    YAxis

    Gets or sets the additional vertical axis for the indicator.

    Declaration
    public RangeAxisBase YAxis { get; set; }
    Property Value
    Type Description
    RangeAxisBase

    Methods

    CreateSegments()

    Declaration
    protected override void CreateSegments()
    Overrides
    ChartSeries.CreateSegments()

    GeneratePoints()

    Declaration
    protected virtual void GeneratePoints()

    GetChart()

    Method to get the chart.

    Declaration
    public ChartBase GetChart()
    Returns
    Type Description
    ChartBase

    The chart

    InvalidateRender()

    Declaration
    protected override void InvalidateRender()
    Overrides
    ChartSeries.InvalidateRender()

    ScheduleUpdateArea()

    Declaration
    protected override void ScheduleUpdateArea()
    Overrides
    ChartSeries.ScheduleUpdateArea()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved