menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MomentumIndicator

    Represents a momentum 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
    ChartSeries
    FinancialTechnicalIndicator
    MomentumIndicator
    Inherited Members
    ChartSeries.Alpha
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.Chart
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.DataCount
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataPointSelectionEnabled
    ChartSeries.DrawDataMarker(Int32, Canvas, Paint, Paint, Single, Single)
    ChartSeries.DrawDataMarkerLabel(Int32, Canvas, String, Single, Single)
    ChartSeries.EnableAnimation
    ChartSeries.GeneratePoints(String[], IList<Double>[])
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.GetGradientEndPoint(ChartSegment)
    ChartSeries.GetGradientStartPoint(ChartSegment)
    ChartSeries.GetSelectionColor()
    ChartSeries.GetView()
    ChartSeries.IsSelected
    ChartSeries.ItemsSource
    ChartSeries.Label
    ChartSeries.LegendIcon
    ChartSeries.ListenPropertyChange
    ChartSeries.Name
    ChartSeries.OnAttachedToChart()
    ChartSeries.OnBindingPathChanged()
    ChartSeries.OnDetachedFromChart()
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.ResumeNotification()
    ChartSeries.Segments
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.SetFillColor(ChartSegment)
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.StrokeWidth
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipEnabled
    ChartSeries.Visibility
    ChartSeries.VisibilityOnLegend
    ChartSeries.XBindingPath
    ChartSeries.XRange
    ChartSeries.YRange
    FinancialTechnicalIndicator.ActualXAxis
    FinancialTechnicalIndicator.ActualYAxis
    FinancialTechnicalIndicator.Close
    FinancialTechnicalIndicator.GetChart()
    FinancialTechnicalIndicator.High
    FinancialTechnicalIndicator.InvalidateRender()
    FinancialTechnicalIndicator.Low
    FinancialTechnicalIndicator.Open
    FinancialTechnicalIndicator.ScheduleUpdateArea()
    FinancialTechnicalIndicator.SeriesName
    FinancialTechnicalIndicator.SignalLineColor
    FinancialTechnicalIndicator.XAxis
    FinancialTechnicalIndicator.YAxis
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class MomentumIndicator : FinancialTechnicalIndicator
    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 MomentumIndicator.

    Constructors

    MomentumIndicator()

    Declaration
    public MomentumIndicator()

    Properties

    Period

    Gets or sets the period for the indicator.

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

    UpperLineColor

    Gets or sets the color of the upper line.

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

    Methods

    CreateSegment()

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type
    ChartSegment
    Overrides
    ChartSeries.CreateSegment()

    CreateSegments()

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

    GeneratePoints()

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

    ToString()

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