You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wpf/Charts/Technical-Indicators.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Most of the indicators are having the [`Period`](https://help.syncfusion.com/cr/
130
130
131
131
## Average True Range
132
132
133
-
You can define the [`AverageTrueRangeIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AverageTrueRangeIndicator.html#) using the following code example
133
+
You can define the [`AverageTrueRangeIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AverageTrueRangeIndicator.html) using the following code example
The following code example demonstrates the usage of [`SimpleAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html#).
183
+
The following code example demonstrates the usage of [`SimpleAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html).
184
184
185
185
{% tabs %}
186
186
@@ -236,7 +236,7 @@ The Relative Strength Index(RSI) indicators are having additional two lines othe
236
236
237
237
The [`UpperLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html#Syncfusion_UI_Xaml_Charts_RSITechnicalIndicator_UpperLineColor) property is used to define the color for the line indicating overbought region and the [`LowerLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html#Syncfusion_UI_Xaml_Charts_RSITechnicalIndicator_LowerLineColor) property is used to define the color for the line indicating oversold region.
238
238
239
-
To define the [`RSITechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html#), you can use the following code example:
239
+
To define the [`RSITechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.RSITechnicalIndicator.html), you can use the following code example:
The [`ExponentialAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ExponentialAverageIndicator.html#) is similar to [SimpleAverageIndicator](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html) and this can be defined using the following code examples.
411
+
The [`ExponentialAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ExponentialAverageIndicator.html) is similar to [SimpleAverageIndicator](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.SimpleAverageIndicator.html) and this can be defined using the following code examples.
The [`TriangularAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.TriangularAverageIndicator.html#) can be defined as in the following code example.
461
+
The [`TriangularAverageIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.TriangularAverageIndicator.html) can be defined as in the following code example.
The following code example help you to add [`AccumulationDistributionIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AccumulationDistributionIndicator.html#).
511
+
The following code example help you to add [`AccumulationDistributionIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AccumulationDistributionIndicator.html).
This indicator also having [`UpperLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#Syncfusion_UI_Xaml_Charts_BollingerBandIndicator_UpperLineColor), [`LowerLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#Syncfusion_UI_Xaml_Charts_BollingerBandIndicator_LowerLineColor) and [`SignalLineColor`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#Syncfusion_UI_Xaml_Charts_BollingerBandIndicator_SignalLineColor) property for defining the brushes for the indicator lines.
566
566
567
-
You can define the [`BollingerBandIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html#) using the following code example:
567
+
You can define the [`BollingerBandIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.BollingerBandIndicator.html) using the following code example:
568
568
569
569
{% tabs %}
570
570
@@ -626,7 +626,7 @@ Other than signal line, MACD is having convergence and divergence line. The brus
626
626
627
627
Also you can draw [`Line`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDType.html), [`Histogram`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDType.html) MACD or [`Both`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDType.html) using the [`Type`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDTechnicalIndicator.html#Syncfusion_UI_Xaml_Charts_MACDTechnicalIndicator_Type) property, which defines the type of MACD to be drawn.
628
628
629
-
You can define the [`MACDTechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDTechnicalIndicator.html#) using the following code example:
629
+
You can define the [`MACDTechnicalIndicator`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.MACDTechnicalIndicator.html) using the following code example:
Copy file name to clipboardExpand all lines: wpf/Range-Slider/How-To.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
## How to trigger LabelLoaded event?
13
13
14
-
The [LabelLoaded](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~LabelLoaded_EV.html) event is triggered when the slider label is created. The argument contains the label content.
14
+
The [LabelLoaded](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_LabelLoaded) event is triggered when the slider label is created. The argument contains the label content.
15
15
16
16
`Content` - Used to gets or sets the content of the label.
17
17
@@ -63,7 +63,7 @@ The [LabelLoaded](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Sync
63
63
64
64
## How to trigger RangeChangedEvent?
65
65
66
-
The [RangeChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~RangeChanged_EV.html) event is triggered when either `RangeStart` or `RangeEnd` values are changed. The argument contains the following information.
66
+
The [RangeChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_RangeChanged) event is triggered when either `RangeStart` or `RangeEnd` values are changed. The argument contains the following information.
67
67
68
68
`NewEndValue` – Gets or sets the new end value of range slider.
69
69
`NewStartValue` – Gets or sets the new start value of range slider.
@@ -122,7 +122,7 @@ The [RangeChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syn
122
122
123
123
## How to trigger RangeStartChanged event?
124
124
125
-
The [RangeStartChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~RangeStartChanged_EV.html) event is triggered when `RangeStart` value is changed. The argument contains the following information.
125
+
The [RangeStartChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_RangeStartChanged) event is triggered when `RangeStart` value is changed. The argument contains the following information.
126
126
127
127
`OldStartValue` – Gets or sets the old start value of range slider.
128
128
`NewStartValue` – Gets or sets the new start value of range slider.
@@ -177,7 +177,7 @@ The [RangeStartChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wp
177
177
178
178
## How to trigger RangeEndChanged event?
179
179
180
-
The [RangeEndChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.SfInput.Wpf~Syncfusion.Windows.Controls.Input.SfRangeSlider~RangeEndChanged_EV.html) event is triggered when `RangeEnd` value is changed. The argument contains the following information.
180
+
The [RangeEndChanged](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfRangeSlider.html#Syncfusion_Windows_Controls_Input_SfRangeSlider_RangeEndChanged) event is triggered when `RangeEnd` value is changed. The argument contains the following information.
181
181
182
182
`OldEndValue` – Gets or sets the old end value of range slider.
183
183
`NewEndValue` – Gets or sets the new end value of range slider.
Below events of [SpreadsheetGridModel](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html) are triggered while inserting the rows and columns.
Below events of [SpreadsheetGridModel](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Spreadsheet.SpreadsheetGridModel.html) are triggered while deleting the rows and columns.
Copy file name to clipboardExpand all lines: wpf/Themes/Skin-Manager.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -712,7 +712,7 @@ public partial class MainWindow : ChromelessWindow
712
712
713
713
## Apply themes to the controls derived from Syncfusion controls
714
714
715
-
To apply themes to the derived control using `SfSkinManager`, call [SetResourceReference](https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.setresourcereference) method and, pass the `StyleProperty` and derived control type as parameters.
715
+
To apply themes to the derived control using `SfSkinManager`, call [SetResourceReference](https://learn.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.setresourcereference?view=windowsdesktop-8.0) method and, pass the `StyleProperty` and derived control type as parameters.
0 commit comments