menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFTechnicalIndicator

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

    Inheritance
    System.Object
    SFSeries
    SFTechnicalIndicator
    SFADIndicator
    SFATRIndicator
    SFBBIndicator
    SFEMAIndicator
    SFMACDIndicator
    SFMomentumIndicator
    SFRSIIndicator
    SFSMAIndicator
    SFStochasticIndicator
    SFTMAIndicator
    Inherited Members
    SFSeries.Alpha
    SFSeries.Animate()
    SFSeries.AnimationDuration
    SFSeries.ClearUnUsedDataMarkerLabels(Int32)
    SFSeries.Color
    SFSeries.ColorModel
    SFSeries.CreateRenderer()
    SFSeries.DataCount
    SFSeries.DataMarker
    SFSeries.DataMarkerLabelCreated
    SFSeries.DataPointIndexAtPoint(CGPoint)
    SFSeries.DrawConnectorLine(CGContext, Double, Double, Double, Double, NSColor, Int32)
    SFSeries.DrawInContext(CGContext)
    SFSeries.DrawLabel(NSString, CGContext, Double, Double, Int32)
    SFSeries.DrawLayer(CALayer, CGContext)
    SFSeries.DrawMarker(CGContext, Double, Double, Int32)
    SFSeries.EnableAnimation
    SFSeries.EnableDataPointSelection
    SFSeries.EnableTooltip
    SFSeries.GeneratePoints(String[], IList<Double>[])
    SFSeries.GetGradientEndPoint(SFChartSegment)
    SFSeries.GetGradientStartPoint(SFChartSegment)
    SFSeries.GetSelectionColor()
    SFSeries.InsertDataPointAtIndex(nint)
    SFSeries.IsSelected
    SFSeries.ItemsSource
    SFSeries.Label
    SFSeries.LayerFrame
    SFSeries.LegendIcon
    SFSeries.ListenPropertyChange
    SFSeries.Name
    SFSeries.OnAttachedToChart()
    SFSeries.OnBindingPathChanged()
    SFSeries.OnDetachedFromChart()
    SFSeries.RemoveDataPointAtIndex(nint)
    SFSeries.ResumeNotification()
    SFSeries.Segments
    SFSeries.SelectedDataPointColor
    SFSeries.SelectedDataPointIndex
    SFSeries.SeriesContainsPoint(CGPoint)
    SFSeries.SetFillColor(SFChartSegment)
    SFSeries.SetIndividualPoint(Int32, Object, Boolean)
    SFSeries.SetStrokeWidth(SFChartSegment)
    SFSeries.SuspendNotification()
    SFSeries.Visible
    SFSeries.VisibleOnLegend
    SFSeries.XBindingPath
    SFSeries.XRange
    SFSeries.YRange
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public abstract class SFTechnicalIndicator : SFSeries

    Constructors

    SFTechnicalIndicator()

    Declaration
    public SFTechnicalIndicator()

    Properties

    ActualXAxis

    Declaration
    public override SFAxis ActualXAxis { get; }
    Property Value
    Type
    SFAxis
    Overrides
    SFSeries.ActualXAxis

    ActualYAxis

    Declaration
    public override SFAxis ActualYAxis { get; }
    Property Value
    Type
    SFAxis
    Overrides
    SFSeries.ActualYAxis

    Close

    Gets or sets the binding path for close values.

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

    High

    Gets or sets the binding path for high values.

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

    LineWidth

    Gets or sets the width of the line.

    Declaration
    public nfloat LineWidth { get; set; }
    Property Value
    Type
    System.nfloat

    Low

    Gets or sets the binding path for low values.

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

    Open

    Gets or sets the binding path for open values.

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

    SeriesName

    Gets or sets the name of the series.

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

    SignalLineColor

    Gets or sets the color of the signal line.

    Declaration
    public NSColor SignalLineColor { get; set; }
    Property Value
    Type
    AppKit.NSColor

    XAxis

    Gets or sets the additional horizontal axis for the indicator.

    Declaration
    public SFAxis XAxis { get; set; }
    Property Value
    Type
    SFAxis

    YAxis

    Gets or sets the additional vertical axis for the indicator.

    Declaration
    public SFRangeAxisBase YAxis { get; set; }
    Property Value
    Type
    SFRangeAxisBase

    Methods

    AnimationForSegment(SFChartSegment)

    Declaration
    protected override CAAnimation AnimationForSegment(SFChartSegment segment)
    Parameters
    Type Name Description
    SFChartSegment segment
    Returns
    Type
    CoreAnimation.CAAnimation
    Overrides
    SFSeries.AnimationForSegment(SFChartSegment)

    CreateSegment()

    Declaration
    protected override SFChartSegment CreateSegment()
    Returns
    Type
    SFChartSegment
    Overrides
    SFSeries.CreateSegment()

    CreateSegments()

    Declaration
    public override void CreateSegments()
    Overrides
    SFSeries.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
    SFSeries.InvalidateRender()

    ReloadData()

    Declaration
    public override void ReloadData()
    Overrides
    SFSeries.ReloadData()

    ScheduleUpdateArea()

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