skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class StochasticFastIndicator

Represents the Stochastic Fast financial indicator.

Inheritance
System.Object
RadControlBase
PresenterBase
ChartElementPresenter
ChartSeries
IndicatorBase
LineIndicatorBase
HighLowIndicatorBase
HighLowCloseIndicatorBase
StochasticFastIndicator
StochasticSlowIndicator
Inherited Members
HighLowCloseIndicatorBase.CloseBindingProperty
HighLowCloseIndicatorBase.CloseBinding
HighLowIndicatorBase.HighBindingProperty
HighLowIndicatorBase.LowBindingProperty
HighLowIndicatorBase.HighBinding
HighLowIndicatorBase.LowBinding
LineIndicatorBase.StrokeProperty
LineIndicatorBase.StrokeThicknessProperty
LineIndicatorBase.DashArrayProperty
LineIndicatorBase.Stroke
LineIndicatorBase.StrokeThickness
LineIndicatorBase.DashArray
IndicatorBase.CategoryBindingProperty
IndicatorBase.OnCreateAutomationPeer()
IndicatorBase.DataPoints
IndicatorBase.CategoryBinding
ChartSeries.SeriesAnimationProperty
ChartSeries.PointAnimationProperty
ChartSeries.ShowLabelsProperty
ChartSeries.IsSelectedProperty
ChartSeries.AllowSelectProperty
ChartSeries.TrackBallTemplateProperty
ChartSeries.TrackBallInfoTemplateProperty
ChartSeries.ItemsSourceProperty
ChartSeries.ClipToPlotAreaProperty
ChartSeries.DisplayNameProperty
ChartSeries.TooltipTemplateProperty
ChartSeries.LabelConnectorsSettingsProperty
ChartSeries.PlaySeriesAnimation()
ChartSeries.PlayPointAnimations()
ChartSeries.OnLoaded(Object, RoutedEventArgs)
ChartSeries.OnPlaySeriesAnimation(Boolean)
ChartSeries.OnPlayPointAnimations(Boolean)
ChartSeries.GetDataPointLabels(DataPoint)
ChartSeries.HitTest(Rect)
ChartSeries.HitTestDataPoints(Rect)
ChartSeries.HitTestElements(Rect)
ChartSeries.HitTestElementsCore(Rect)
ChartSeries.HitTestDataPointsCore(Rect)
ChartSeries.OnVisibilityChanged()
ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)
ChartSeries.SeriesAnimation
ChartSeries.PointAnimation
ChartSeries.LabelDefinitions
ChartSeries.ShowLabels
ChartSeries.IsSelected
ChartSeries.AllowSelect
ChartSeries.TrackBallTemplate
ChartSeries.TrackBallInfoTemplate
ChartSeries.DisplayName
ChartSeries.TooltipTemplate
ChartSeries.ClipToPlotArea
ChartSeries.ItemsSource
ChartSeries.LabelConnectorsSettings
ChartSeries.SeriesAnimationCompleted
ChartSeries.PointAnimationsCompleted
ChartSeries.DataBindingComplete
ChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)
ChartElementPresenter.ZIndex
ChartElementPresenter.Chart
PresenterBase.InfinitySize
PresenterBase.InfinityPoint
PresenterBase.IChartElementPresenter.MeasureContent(ChartNode, Object)
PresenterBase.IChartElementPresenter.MeasureVisual(ChartNode, RadSize)
PresenterBase.RefreshNode(ChartNode)
PresenterBase.InvalidatePalette()
PresenterBase.MeasureNodeOverride(ChartNode, Object)
PresenterBase.RefreshNodeCore(ChartNode)
PresenterBase.CreateContentPresenter(Object, DataTemplate)
PresenterBase.OnInitialized(EventArgs)
PresenterBase.IChartElementPresenter.IsVisible
PresenterBase.RenderSurface
RadControlBase.OnUnloaded(Object, RoutedEventArgs)
RadControlBase.IsLoaded
RadControlBase.IsTemplateApplied
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll

Syntax

public class StochasticFastIndicator : HighLowCloseIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries

Constructors

StochasticFastIndicator()

Initializes a new instance of the StochasticFastIndicator class.

Declaration
public StochasticFastIndicator()

Fields

MainPeriodProperty

Identifies the MainPeriod dependency property.

Declaration
public static readonly DependencyProperty MainPeriodProperty
Field Value
System.Windows.DependencyProperty

SignalPeriodProperty

Identifies the MainPeriod dependency property.

Declaration
public static readonly DependencyProperty SignalPeriodProperty
Field Value
System.Windows.DependencyProperty

SignalStrokeProperty

Identifies the SignalStroke property.

Declaration
public static readonly DependencyProperty SignalStrokeProperty
Field Value
System.Windows.DependencyProperty

Properties

MainPeriod

Gets or sets the indicator main (fast) period.

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

The period.

SignalDataPoints

Gets the collection of data points associated with the signal line.

Declaration
public DataPointCollection<CategoricalDataPoint> SignalDataPoints { get; }
Property Value
DataPointCollection<CategoricalDataPoint>

SignalPeriod

Gets or sets the indicator signal (slow) period.

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

The period.

SignalStroke

Gets or sets the System.Windows.Media.Brush instance that defines the stroke of the line.

Declaration
public Brush SignalStroke { get; set; }
Property Value
System.Windows.Media.Brush

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

Declaration
public override void OnApplyTemplate()
Overrides
LineIndicatorBase.OnApplyTemplate()

OnAttached()

Occurs when the presenter has been successfully attached to its owning RadChartBase instance.

Declaration
protected override void OnAttached()
Overrides
LineIndicatorBase.OnAttached()

OnDetached(RadChartBase)

Occurs when the presenter has been successfully detached from its owning RadChartBase instance.

Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
RadChartBase oldChart

Overrides
LineIndicatorBase.OnDetached(RadChartBase)

OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)

Executed when the StrokeThickness property is changed.

Declaration
protected override void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs e

The System.Windows.DependencyPropertyChangedEventArgs instance containing the StrokeThicknessChanged event data.

Overrides
LineIndicatorBase.OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs)

ToString()

Returns a System.String that represents the current System.Object.

Declaration
public override string ToString()
Returns
System.String

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.