Class ChartStochastics
Class implementation for ChartStochastics
Inheritance
System.Object
ChartStochastics
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartStochastics : DependencyObject
Constructors
ChartStochastics(IChartData, ChartTechnicalIndicator)
Called when ChartStochastics class instance Created
Declaration
public ChartStochastics(IChartData data, ChartTechnicalIndicator indicator)
Parameters
| Type | Name | Description |
|---|---|---|
| IChartData | data | |
| ChartTechnicalIndicator | indicator |
Fields
LowerLineColorProperty
Identifies the LowerLineColor dependency property.
Declaration
public static readonly DependencyProperty LowerLineColorProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
SignalLineColorProperty
Identifies the SignalLineColor dependency property.
Declaration
public static readonly DependencyProperty SignalLineColorProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
UpperLineColorProperty
Identifies the UpperLineColor dependency property.
Declaration
public static readonly DependencyProperty UpperLineColorProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Methods
GetLowerLineColor(DependencyObject)
return LowerLineColor value from the given DependencyObject
Declaration
public static Brush GetLowerLineColor(DependencyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj |
Returns
| Type |
|---|
| System.Windows.Media.Brush |
GetSignalLineColor(DependencyObject)
Return SignalLineColor value from the given DependencyObject
Declaration
public static Brush GetSignalLineColor(DependencyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj |
Returns
| Type |
|---|
| System.Windows.Media.Brush |
GetUpperLineColor(DependencyObject)
Return UpperLineColor value from the given DependencyObject
Declaration
public static Brush GetUpperLineColor(DependencyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj |
Returns
| Type |
|---|
| System.Windows.Media.Brush |
SetLowerLineColor(DependencyObject, Brush)
Set LowerLineColor value to the corresponding DependencyObject from the given Brush value
Declaration
public static void SetLowerLineColor(DependencyObject obj, Brush value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj | |
| System.Windows.Media.Brush | value |
SetSignalLineColor(DependencyObject, Brush)
Set SignalLineColor value from the given DependencyObject from the given value.
Declaration
public static void SetSignalLineColor(DependencyObject obj, Brush value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj | |
| System.Windows.Media.Brush | value |
SetUpperLineColor(DependencyObject, Brush)
Set UpperLineColor value to the corresponding given DependencyObject from the given Brush value
Declaration
public static void SetUpperLineColor(DependencyObject obj, Brush value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj | |
| System.Windows.Media.Brush | value |