Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFTMAIndicator

    Represents a triangular moving average indicator. To render this indicator, create an instance of this class and add it to TechnicalIndicators collection property and set the required properties.

    Inheritance
    System.Object
    SFSeries
    SFTechnicalIndicator
    SFTMAIndicator
    Inherited Members
    SFTechnicalIndicator.ReloadData()
    SFTechnicalIndicator.CreateSegments()
    SFTechnicalIndicator.CreateSegment()
    SFTechnicalIndicator.AnimationForSegment(SFChartSegment)
    SFTechnicalIndicator.GetChart()
    SFTechnicalIndicator.ScheduleUpdateArea()
    SFTechnicalIndicator.InvalidateRender()
    SFTechnicalIndicator.LineWidth
    SFTechnicalIndicator.High
    SFTechnicalIndicator.Low
    SFTechnicalIndicator.Open
    SFTechnicalIndicator.Close
    SFTechnicalIndicator.XAxis
    SFTechnicalIndicator.YAxis
    SFTechnicalIndicator.ActualXAxis
    SFTechnicalIndicator.ActualYAxis
    SFTechnicalIndicator.SeriesName
    SFTechnicalIndicator.SignalLineColor
    SFSeries.Animate()
    SFSeries.CreateRenderer()
    SFSeries.InsertDataPointAtIndex(nint)
    SFSeries.RemoveDataPointAtIndex(nint)
    SFSeries.DrawLayer(CALayer, CGContext)
    SFSeries.DrawInContext(CGContext)
    SFSeries.DataPointIndexAtPoint(CGPoint)
    SFSeries.DrawMarker(CGContext, Double, Double, Int32)
    SFSeries.DrawLabel(NSString, CGContext, Double, Double, Int32)
    SFSeries.DrawConnectorLine(CGContext, Double, Double, Double, Double, NSColor, Int32)
    SFSeries.GeneratePoints(String[], IList<Double>[])
    SFSeries.GetSelectionColor()
    SFSeries.GetGradientStartPoint(SFChartSegment)
    SFSeries.GetGradientEndPoint(SFChartSegment)
    SFSeries.OnBindingPathChanged()
    SFSeries.SetIndividualPoint(Int32, Object, Boolean)
    SFSeries.ClearUnUsedDataMarkerLabels(Int32)
    SFSeries.SeriesContainsPoint(CGPoint)
    SFSeries.OnAttachedToChart()
    SFSeries.OnDetachedFromChart()
    SFSeries.SetFillColor(SFChartSegment)
    SFSeries.SetStrokeWidth(SFChartSegment)
    SFSeries.SuspendNotification()
    SFSeries.ResumeNotification()
    SFSeries.EnableTooltip
    SFSeries.LegendIcon
    SFSeries.EnableDataPointSelection
    SFSeries.Visible
    SFSeries.VisibleOnLegend
    SFSeries.LayerFrame
    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.DataMarkerLabelCreated
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFTMAIndicator : SFTechnicalIndicator
    Remarks

    This indicator can be associated to a financial series in SFChart by specifying the name of series using SeriesName property. If the SeriesName is specified, all the required properties such as ItemsSource, XBindingPath, High, Low, Open and Close will be derived from the associated series. In case, the SeriesName is not specified, all those required properties need to be explicitly specified in SFRSIIndicator.

    Constructors

    SFTMAIndicator()

    Declaration
    public SFTMAIndicator()

    Properties

    Period

    Gets or sets the period for the indicator.

    Declaration
    public int Period { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GeneratePoints()

    Declaration
    protected override void GeneratePoints()
    Overrides
    SFTechnicalIndicator.GeneratePoints()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved