ClassStochasticFastIndicator
Represents the StochasticFastIndicator for ChartView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class StochasticFastIndicator : ContinuousSeriesBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContinuousSeriesBaseStochasticFastIndicator
Implements:
Inherited Members
Constructors
StochasticFastIndicator()
Initializes a new instance of the StochasticFastIndicator class.
Declaration
public StochasticFastIndicator()
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