Skip to content

DOCINFRA-2341_merged_using_automation #875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 20, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Chart (Classic)
documentation: ug
---

## Change the position of the Chart Legend
# Change the position of the Legend in WPF Chart

Chart Legend can be docked by using the Dock property of DockPanel class. The Legend can be docked to the top, left, bottom or right of either the Chart or Chart Area; also it can be placed anywhere inside or outside the Chart Area (floating).

Expand Down
2 changes: 1 addition & 1 deletion wpf/Color-Palette/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ ColorPalette supports various built-in themes. Refer to the below links to apply

* [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme)

![Setting theme to WPF ColorPalette](Getting-Started_images/ColorPalette_theme_Support.png)
![Setting theme to WPF ColorPalette](Getting-Started_images/wpf-color-palette-theme-support.png)
2 changes: 1 addition & 1 deletion wpf/Color-Picker-Palette/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ ColorPickerPalette supports various built-in themes. Refer to the below links to

* [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme)

![Setting theme to WPF ColorPickerPalette](Getting-Started_images/Theme.png)
![Setting theme to WPF ColorPickerPalette](Getting-Started_images/wpf-color-picker-palette-with-standard-theme.png)
2 changes: 1 addition & 1 deletion wpf/Color-Picker-Palette/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public class ViewModel : NotificationObject {
{% endhighlight %}
{% endtabs %}

![WPF Color Picker Palette with own color items](dealing-with-colorpickerpalette_images/wpf-own-color-itemns.png)
![WPF Color Picker Palette with own color items](dealing-with-colorpickerpalette_images/wpf-own-color-items.png)

Click [here](https://github.com/SyncfusionExamples/syncfusion-color-picker-palette-wpf-examples/tree/master/Samples/CustomColors) to download the sample that showcases how to add your own color items into the palette.

Expand Down
2 changes: 1 addition & 1 deletion wpf/Color-Picker-Palette/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ documentation: ug

The [ColorPickerPalette](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.ColorPickerPalette.html) control provides a rich visual interface for color selection. The structure of the control represents a palette which is displayed as a Drop-down with selected color highlighted at the top. Its provides standard colors and the various theme colors to choose. The control also has a ToolTip support which bears the name of the color. More color options are embedded with the control that provides you with a wide range of color options.

![WPF Color Picker Palette control structure](getting-started_images/wpf-color-picker-palette-overview-structures.png)
![WPF Color Picker Palette control structure](getting-started_images/wpf-color-picker-palette-structure.png)
2 changes: 1 addition & 1 deletion wpf/Color-Picker/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ ColorPicker supports various built-in themes. Refer to the below links to apply

* [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme)

![Setting theme to WPF ColorPicker](Getting-Started_images/ColorPicker_theme_Support.png)
![Setting theme to WPF ColorPicker](Getting-Started_images/wpf-color-picker-theme-support.png)
4 changes: 2 additions & 2 deletions wpf/Color-Picker/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ colorPicker.IsAlphaVisible = false;

We can change the color selection mode directly by clicking on the corresponding Solid, Linear or Gradient brush mode buttons which are placed in the bottom right corner of the `ColorPicker`.

![WPF Color Picker popup gradient Editor](color-picker-with-gradient-support_images/wpf-color-picker-switch-brushes.gif)
![WPF Color Picker popup gradient Editor](colorpicker-with-gradient-support_images/wpf-color-picker-switch-brushes.png)

### Restrict the brush mode from Solid to Gradient

Expand All @@ -302,7 +302,7 @@ colorPicker.EnableSolidToGradientSwitch = false;
{% endhighlight %}
{% endtabs %}

![WPF Color Picker Solid to Gradient brush transition is disabled](color-picker-with-gradient-support_images/wpf-color-picker-gradient-transition.png)
![WPF Color Picker Solid to Gradient brush transition is disabled](colorpicker-with-gradient-support_images/wpf-color-picker-gradient-transition.png)

Click [here](https://github.com/SyncfusionExamples/wpf-colorpicker-examples/tree/master/Samples/Over%20all%20features) to download the sample that showcases the `ColorPicker` overall features.

Expand Down
4 changes: 2 additions & 2 deletions wpf/Color-Picker/Gradient-Brush.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Here, The `ColorPicker` is in Gradient brush mode.

We can change the brush mode directly by clicking on the corresponding Solid, Linear or Gradient mode buttons which are placed in the bottom right corner of the `ColorPicker`.

![ColorPicker popup gradientEditor](ColorPicker-with-Gradient-Support_images/ColorPicker_Switch_brushes.png)
![ColorPicker popup gradientEditor](ColorPicker-with-Gradient-Support_images/Brush_mode.png)

## Disable Switching between Solid, Linear and Gradient brush mode at runtime

Expand All @@ -307,7 +307,7 @@ colorPicker.EnableSolidToGradientSwitch = false;
{% endhighlight %}
{% endtabs %}

![ColorPicker Solid to Gradient brush transition is disabled](ColorPicker-with-Gradient-Support_images/ColorPicker_EnableSolidToGradientSwitch.png)
![ColorPicker Solid to Gradient brush transition is disabled](ColorPicker-with-Gradient-Support_images/wpf-color-picker-switch-brushes.png)

## Gradient color changed notification

Expand Down
2 changes: 1 addition & 1 deletion wpf/DataGrid/Export-To-PDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,6 @@ private void CellsExportingEventHandler(object sender, GridCellPdfExportingEvent
{% endhighlight %}
{% endtabs %}

![Customizing WPF DetailsView DataGrid Cells Exported to PDF File](export-to-pdf_images/wpf-details-view-datagrid-cells-customization.png)
![Customizing WPF DetailsView DataGrid Cells Exported to PDF File](export-to-pdf_images/wpf-datagrid-details-view-cells-customization.png)


4 changes: 2 additions & 2 deletions wpf/DataPager/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public class ViewModel
The following screenshot displays the output for Implementation of the SfDataPager in the SfDataGrid Control.


![Displaying the WPF SfDataPager in the SfDataGrid Control ](getting-started_images/wpf-datapager-datagrid-control.png)
![Displaying the WPF SfDataPager in the SfDataGrid Control ](getting-started_images/wpf-datapager-displayed-in-datagrid-control.png)

## Theme

Expand All @@ -259,6 +259,6 @@ SfDataPager supports various built-in themes. Refer to the below links to apply

* [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme)

![Setting theme to WPF DataPager](getting-started_images/wpf-datapager-Theme.png)
![Setting theme to WPF DataPager](getting-started_images/wpf-datapager-theme-support.png)


2 changes: 1 addition & 1 deletion wpf/DataPager/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The SfDataPager control provides a configurable user interface for paging usin

The following screenshot displays the basic concept of paging.

![WPF DataPager Overview](overview_images/wpf-datapager-screenshot.png)
![WPF DataPager Overview](overview_images/wpf-datapager.png)



2 changes: 1 addition & 1 deletion wpf/Diagram/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ The output will be as follows.

We have represented the steps to interact with stencil such as drag and drop elements from stencil to diagram in the following gif.

![WPF Diagram Interact with Stencil](getting-started_images\wpf-diagram-interact-stencil.gif)
![WPF Diagram Interact with Stencil](getting-started_images\wpf-diagram-interact-with-stencil.gif)

[View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/GettingStarted/StencilCreation)

Expand Down
4 changes: 0 additions & 4 deletions wpf/TreeView/Checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ sfTreeView.CheckBoxMode = CheckBoxMode.Recursive;
{% endhighlight %}
{% endtabs %}

N> In recursive mode, the parent nodes checkbox state or `IsChecked` property value is updated only in UI interaction.

## Get or Set Checked Items

### Get or Set Checked Items in Bound Mode
Expand All @@ -244,8 +242,6 @@ You can get or set list of items to be checked or un-checked by using [CheckedIt

When the [CheckBoxMode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeView.SfTreeView.html#Syncfusion_UI_Xaml_TreeView_SfTreeView_CheckBoxMode) is other than `None`, the individual `TreeViewNode` or collection of `TreeViewNode` can be checked from the code by setting the `CheckedItems`, or adding items to the `CheckedItems` property based on the `CheckBoxMode`.

N> Programmatically adding or removing the node value not affects their parent and child nodes checkbox state.

{% tabs %}
{% highlight c# %}

Expand Down