ClassStochasticSlowIndicator
Represents the StochasticSlowIndicator for ChartView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class StochasticSlowIndicator : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContinuousSeriesBaseStochasticSlowIndicator
Implements:
Inherited Members
Constructors
StochasticSlowIndicator()
Initializes a new instance of the StochasticSlowIndicator class.
Declaration
public StochasticSlowIndicator()
Properties
SecondIndicatorColor
Get the second indicator color.
SecondIndicatorColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string SecondIndicatorColorValue { get; }
Property Value
SecondIndicatorFigures
Gets a list of Figures
Declaration
public List<PathFigure> SecondIndicatorFigures { get; }
Property Value
Remarks
Will return 1 in scenarios with no empty values.
SecondIndicatorPointsCollection
Get the second indicator Points collection.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides