menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartMomentum - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartMomentum

    Class implementation for Chartmomentum

    Inheritance
    System.Object
    ChartMomentum
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartMomentum : DependencyObject

    Constructors

    ChartMomentum(IChartData, ChartTechnicalIndicator)

    Called when instance created for ChartMomentum

    Declaration
    public ChartMomentum(IChartData data, ChartTechnicalIndicator indic)
    Parameters
    Type Name Description
    IChartData data
    ChartTechnicalIndicator indic

    Fields

    MomentumTimeSpanProperty

    Identifies the MomentumTimeSpan dependency property.

    Declaration
    public static readonly DependencyProperty MomentumTimeSpanProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Methods

    GetMomentumTimeSpan(DependencyObject)

    Return the int Value from the given DependencyObject

    Declaration
    public static int GetMomentumTimeSpan(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type
    System.Int32

    SetMomentumTimeSpan(DependencyObject, Int32)

    Set MomentumTimeSpan to the Corresponding DependencyObject from the Given value.

    Declaration
    public static void SetMomentumTimeSpan(DependencyObject obj, int value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    System.Int32 value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved