Class ChartTechnicalIndicator
Class implementation for ChartTechnicalIndicator
Inheritance
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartTechnicalIndicator : DependencyObject, INotifyPropertyChanged, IChartSerializer
Constructors
ChartTechnicalIndicator()
Empty constructor for ChartTechnicalIndicator
Declaration
public ChartTechnicalIndicator()
ChartTechnicalIndicator(ChartSeries, IChartData)
Called When instance created for ChartTechnicalIndicator
Declaration
public ChartTechnicalIndicator(ChartSeries series, IChartData data)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | |
IChartData | data |
Fields
accumulationArea
Public variable accumulationArea declaration for access outside of this class
Declaration
public ChartArea accumulationArea
Field Value
Type |
---|
ChartArea |
avtArea
Public variable avtArea declaration for access outside of this class
Declaration
public ChartArea avtArea
Field Value
Type |
---|
ChartArea |
IndicatorTypeProperty
Identifies the indicatorType dependency property.
Declaration
public static readonly DependencyProperty IndicatorTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MACDAreaProperty
Identifies the MACDArea dependency property.
Declaration
public static readonly DependencyProperty MACDAreaProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
momentumArea
Public variable momentumArea declaration for access outside of this class
Declaration
public ChartArea momentumArea
Field Value
Type |
---|
ChartArea |
rsiArea
Public variable rsiArea declaration for access outside of this class
Declaration
public ChartArea rsiArea
Field Value
Type |
---|
ChartArea |
SeriesProperty
Identifies the Series dependency property.
Declaration
public static readonly DependencyProperty SeriesProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
stocasticsArea
Public variable stocasticsArea declaration for access outside of this class
Declaration
public ChartArea stocasticsArea
Field Value
Type |
---|
ChartArea |
VisiblePointsProperty
Identifies the VisiblePoints dependency property.
Declaration
public static readonly DependencyProperty VisiblePointsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IndicatorType
Get and Set IndicatorTypeProperty
Declaration
public IndicatorTypes IndicatorType { get; set; }
Property Value
Type |
---|
IndicatorTypes |
MACDArea
Get and Set MACDAreaProperty
Declaration
public ChartArea MACDArea { get; set; }
Property Value
Type |
---|
ChartArea |
Series
Get and Set SeriesProperty
Declaration
public ChartSeries Series { get; set; }
Property Value
Type |
---|
ChartSeries |
VisiblePoints
Get and Set visiblePointsProperty
Declaration
public IChartData VisiblePoints { get; set; }
Property Value
Type |
---|
IChartData |
Methods
Deserialize(String)
Method declaration for DeSerialize
Declaration
public object Deserialize(string xamlString)
Parameters
Type | Name | Description |
---|---|---|
System.String | xamlString |
Returns
Type |
---|
System.Object |
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Event data that will contain the dependency property identifier of interest, the property metadata for the type, and old and new values. |
Serialize()
Method declaration for Serialize
Declaration
public string Serialize()
Returns
Type |
---|
System.String |
Events
PropertyChanged
Occurs when any property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |