Class ChartAccumulationDistribution
Class Definition for ChartAccumulationDistribution
Inheritance
System.Object
ChartAccumulationDistribution
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartAccumulationDistribution : DependencyObject
Constructors
ChartAccumulationDistribution(IChartData, ChartTechnicalIndicator)
Contructor of ChartAccumulationDistribution class
Declaration
public ChartAccumulationDistribution(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 |
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 |
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. |