Class ChartTriangularAverage
Class implementation for ChartTriangularAverage
Inheritance
System.Object
ChartTriangularAverage
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartTriangularAverage : DependencyObject
Constructors
ChartTriangularAverage(IChartData, ChartTechnicalIndicator)
Called when instance created for ChartTriangularAverage
Declaration
public ChartTriangularAverage(IChartData data, ChartTechnicalIndicator indic)
Parameters
| Type | Name | Description |
|---|---|---|
| IChartData | data | |
| ChartTechnicalIndicator | indic |
Fields
SignalLineColorProperty
Indicates the SignalLineInterior Dependency Property
Declaration
public static readonly DependencyProperty SignalLineColorProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
TriangularAverageProperty
Identifies the TriangularAverage dependency property.
Declaration
public static readonly DependencyProperty TriangularAverageProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Methods
GetSignalLineColor(DependencyObject)
Gets the value of the SignalLineInterior dependency property.
Declaration
public static Brush GetSignalLineColor(DependencyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj | The DependencyObjectobj. |
Returns
| Type | Description |
|---|---|
| System.Windows.Media.Brush | The SignalLineInterior brush |
GetTriangularAverage(DependencyObject)
Return TriangularAverage value from the given DependencyObject
Declaration
public static int GetTriangularAverage(DependencyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj |
Returns
| Type |
|---|
| System.Int32 |
SetSignalLineColor(DependencyObject, Brush)
Sets the value of the SignalLineInterior dependency property.
Declaration
public static void SetSignalLineColor(DependencyObject obj, Brush value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj | The DependencyObject obj. |
| System.Windows.Media.Brush | value | The value. |
SetTriangularAverage(DependencyObject, Int32)
Set the TriangularAverage value to the given corresponding DependencyObject from the given value
Declaration
public static void SetTriangularAverage(DependencyObject obj, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | obj | |
| System.Int32 | value |