diff --git a/docs/xplat/src/content/en/components/charts/features/chart-axis-types.mdx b/docs/xplat/src/content/en/components/charts/features/chart-axis-types.mdx
index 550b77edc2..6feed3edc7 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-axis-types.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-axis-types.mdx
@@ -50,7 +50,6 @@ The `CategoryYAxis` works very similarly to the `CategoryXAxis` described above,
The `NumericXAxis` treats its data as continuously varying numerical data items. Labels on this axis are placed horizontally along the X-Axis. The location of the `NumericXAxis` labels depends on the `XMemberPath` property of the various [Scatter Series](../types/scatter-chart.md) that it supports if combined with a `NumericYAxis`. Alternatively, if combined with the `CategoryXAxis`, these labels will be placed corresponding to the `ValueMemberPath` of the `BarSeries`, `StackedBarSeries`, and `Stacked100BarSeries`.
-
The `NumericXAxis` is compatible with the following type of series:
- `BarSeries`
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx b/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx
index ffc1907a69..813b6b0d2f 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx
@@ -1,9 +1,9 @@
---
title: {Platform} Chart Markers | Data Visualization | Infragistics
_description: Infragistics' {Platform} Chart Markers
-_keywords: {Platform} Charts, Markers, Marker Size, Infragistics
+_keywords: {Platform} Charts, Markers, Infragistics
_license: commercial
-mentionedTypes: ["CategoryChart", "CategoryChartType", "MarkerType", "MarkerSeries", "ScatterLineSeries", "ScatterSplineSeries", "ScatterSeries", "LineSeries", "SplineSeries", "MarkerAutomaticBehavior", "SeriesViewer"]
+
namespace: Infragistics.Controls.Charts
---
import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
@@ -25,93 +25,6 @@ The colors of the markers are also managed by setting the
-
-
-## {Platform} Chart Marker Size
-
-You can control the exact device-independent pixel dimensions of data point markers by setting the `MarkerSize` property on any series that supports markers. This gives you precise control over how large markers appear on screen, regardless of the marker template or style being used.
-
-By default, marker sizing is determined by the series marker template. When you set `MarkerSize` to a specific numeric value, all markers in that series render at that exact device-independent pixel width and height. Setting `MarkerSize` back to `NaN` restores the default template-driven sizing.
-
-The `MarkerSize` property is available on all series types that derive from `MarkerSeries`, including `LineSeries`, `SplineSeries`, `AreaSeries`, `ColumnSeries`, `ScatterSeries`, `ScatterLineSeries`, `ScatterSplineSeries`, and polar/radial series types.
-
-The following code examples show how to set `MarkerSize` to 30 device-independent pixels on a `ScatterLineSeries` in the `XamDataChart` control:
-
-
-```razor
-
-
-
-```
-
-
-
-```tsx
-
-
-
-```
-
-
-
-```html
-
-
-
-
-```
-
-
-To reset markers to their default template-driven size, set `MarkerSize` to `NaN` (or remove the attribute in markup):
-
-
-```razor
-
-```
-
-
-
-```tsx
-
-```
-
-
-The following sample demonstrates `MarkerSize` on scatter series with an interactive editor:
-
-
-
-
-For `BubbleSeries`, the `MarkerSize` property does not override the bubble radius, which is controlled by the radius data column and the `RadiusScale`. Bubble sizes remain entirely driven by the data and scale configuration.
-
-
-
-
-## {Platform} Chart Checkmark Marker Type
-
-The {ProductName} charts include a `Checkmark` option in the `MarkerType` enum. This marker renders a V-shaped checkmark icon inside a circle on data points in your chart.
-
-You can apply the `Checkmark` marker type to an individual series by setting its `MarkerType` property to `MarkerType.Checkmark`. To use the checkmark shape for all series in the chart simultaneously, set the chart's `MarkerAutomaticBehavior` property to `MarkerAutomaticBehavior.Checkmark`.
-
-The `SeriesViewer.CheckmarkMarkerTemplate` property defines the marker template used for series with a checkmark marker type, and can be used to customize its appearance across the chart.
-
## {Platform} Chart Marker Templates
diff --git a/docs/xplat/src/content/en/components/general-changelog-dv-blazor.mdx b/docs/xplat/src/content/en/components/general-changelog-dv-blazor.mdx
index ffe628f85b..e29a2ab9ba 100644
--- a/docs/xplat/src/content/en/components/general-changelog-dv-blazor.mdx
+++ b/docs/xplat/src/content/en/components/general-changelog-dv-blazor.mdx
@@ -28,19 +28,12 @@ All notable changes for each version of {ProductName} are documented on this pag
## **{PackageVerLatest}**
-### Enhancements
-
-#### {PackageCharts}
-
-- Added `Checkmark` option to the `MarkerType` enum. Use `MarkerType.Checkmark` on a series to display a V-shaped checkmark icon inside a circle. The new `MarkerAutomaticBehavior.Checkmark` enum value allows applying the checkmark shape to all series in the chart, and the `SeriesViewer.CheckmarkMarkerTemplate` property can be used to customize its template.
-
### Bug Fixes
| Bug Number | Control | Description |
|------------|---------|-------------|
| 3229 | Grids | Latest version of Blazor Grids shows Trial watermark for Licensed version |
| 2754 | IgbTabs | Changing the check state for IgbSwitch inside the tab causes the tab content to disappear |
-
## **{PackageVerChanges-25-2-MAR}**
### {PackageGrids} (Grids)
diff --git a/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx b/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx
index bb06530b17..00b7ed1e78 100644
--- a/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx
+++ b/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx
@@ -23,12 +23,6 @@ All notable changes for each version of {ProductName} are documented on this pag
## **{PackageVerLatest}**
-### {PackageCharts}
-
-#### New Features
-
-- Added `Checkmark` option to the `MarkerType` enum. Use `MarkerType.Checkmark` on a series to display a V-shaped checkmark icon inside a circle. The new `MarkerAutomaticBehavior.Checkmark` enum value allows applying the checkmark shape to all series in the chart, and the `SeriesViewer.CheckmarkMarkerTemplate` property can be used to customize its template.
-
### {PackageCommon}
#### Changed
@@ -58,7 +52,6 @@ All notable changes for each version of {ProductName} are documented on this pag
| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. |
| 41594 | IgrDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series. |
-
## **{PackageVerChanges-26-2-FEB}**
### {PackageCommon}
diff --git a/docs/xplat/src/content/en/components/general-changelog-dv-wc.mdx b/docs/xplat/src/content/en/components/general-changelog-dv-wc.mdx
index 9be24d41a5..2388bae87e 100644
--- a/docs/xplat/src/content/en/components/general-changelog-dv-wc.mdx
+++ b/docs/xplat/src/content/en/components/general-changelog-dv-wc.mdx
@@ -24,12 +24,6 @@ All notable changes for each version of {ProductName} are documented on this pag
## **{PackageVerLatest}**
-### Enhancements
-
-#### {PackageCharts}
-
-- Added `Checkmark` option to the `MarkerType` enum. Use `MarkerType.Checkmark` on a series to display a V-shaped checkmark icon inside a circle. The new `MarkerAutomaticBehavior.Checkmark` enum value allows applying the checkmark shape to all series in the chart, and the `SeriesViewer.CheckmarkMarkerTemplate` property can be used to customize its template.
-
### {PackageCharts}
#### Bug Fixes
@@ -101,7 +95,6 @@ All notable changes for each version of {ProductName} are documented on this pag
**Popover API**
Dropdown menus and dialogs are now using HTML Popover API to provide better positioning and accessibility.
-
## **{PackageVerChanges-25-2-DEC}**
### Enhancements
diff --git a/docs/xplat/src/content/en/components/general-changelog-dv.mdx b/docs/xplat/src/content/en/components/general-changelog-dv.mdx
index 192d941402..5a6f775002 100644
--- a/docs/xplat/src/content/en/components/general-changelog-dv.mdx
+++ b/docs/xplat/src/content/en/components/general-changelog-dv.mdx
@@ -28,12 +28,6 @@ For changes specific to igniteui-angular components, please see CHANGELOG.MD.
## **{PackageVerLatest}**
-### Enhancements
-
-#### {PackageCharts}
-
-- Added `Checkmark` option to the `MarkerType` enum. Use `MarkerType.Checkmark` on a series to display a V-shaped checkmark icon inside a circle. The new `MarkerAutomaticBehavior.Checkmark` enum value allows applying the checkmark shape to all series in the chart, and the `SeriesViewer.CheckmarkMarkerTemplate` property can be used to customize its template.
-
### Bug Fixes
| Bug Number | Control | Description |
@@ -46,7 +40,6 @@ For changes specific to igniteui-angular components, please see CHANGELOG.MD.
| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. |
| 41594 | IgxDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series. |
-
## **{PackageVerChanges-26-1-JAN}**
### Enhancements
diff --git a/docs/xplat/src/content/jp/components/general-changelog-dv-blazor.mdx b/docs/xplat/src/content/jp/components/general-changelog-dv-blazor.mdx
index b815e381f2..6b7d6a60b6 100644
--- a/docs/xplat/src/content/jp/components/general-changelog-dv-blazor.mdx
+++ b/docs/xplat/src/content/jp/components/general-changelog-dv-blazor.mdx
@@ -30,12 +30,6 @@ import chartdefaults4 from '@xplat-images/chartDefaults4.png';
## **{PackageVerLatest}**
-### 機能拡張
-
-#### {PackageCharts}
-
-- `MarkerType` 列挙型に `Checkmark` オプションが追加されました。シリーズで `MarkerType.Checkmark` を使用すると、円の中に V 字型のチェックマーク アイコンを表示できます。新しい `MarkerAutomaticBehavior.Checkmark` 列挙値でチャート内のすべてのシリーズにチェックマーク形状を適用でき、`SeriesViewer.CheckmarkMarkerTemplate` プロパティでテンプレートをカスタマイズできます。
-
### バグ修正
| バグ番号 | コントロール | 説明 |
diff --git a/docs/xplat/src/content/jp/components/general-changelog-dv-react.mdx b/docs/xplat/src/content/jp/components/general-changelog-dv-react.mdx
index 59ed0ac9e5..0540904ac7 100644
--- a/docs/xplat/src/content/jp/components/general-changelog-dv-react.mdx
+++ b/docs/xplat/src/content/jp/components/general-changelog-dv-react.mdx
@@ -25,12 +25,6 @@ import chartdefaults4 from '@xplat-images/chartDefaults4.png';
## **{PackageVerLatest}**
-### {PackageCharts}
-
-#### 新機能
-
-- `MarkerType` 列挙型に `Checkmark` オプションが追加されました。シリーズで `MarkerType.Checkmark` を使用すると、円の中に V 字型のチェックマーク アイコンを表示できます。新しい `MarkerAutomaticBehavior.Checkmark` 列挙値でチャート内のすべてのシリーズにチェックマーク形状を適用でき、`SeriesViewer.CheckmarkMarkerTemplate` プロパティでテンプレートをカスタマイズできます。
-
### バグ修正
| バグ番号 | コントロール | 説明 |
diff --git a/docs/xplat/src/content/jp/components/general-changelog-dv-wc.mdx b/docs/xplat/src/content/jp/components/general-changelog-dv-wc.mdx
index ec3a3ca827..58a655590c 100644
--- a/docs/xplat/src/content/jp/components/general-changelog-dv-wc.mdx
+++ b/docs/xplat/src/content/jp/components/general-changelog-dv-wc.mdx
@@ -26,12 +26,6 @@ import chartdefaults4 from '@xplat-images/chartDefaults4.png';
## **{PackageVerLatest}**
-### 機能拡張
-
-#### {PackageCharts}
-
-- `MarkerType` 列挙型に `Checkmark` オプションが追加されました。シリーズで `MarkerType.Checkmark` を使用すると、円の中に V 字型のチェックマーク アイコンを表示できます。新しい `MarkerAutomaticBehavior.Checkmark` 列挙値でチャート内のすべてのシリーズにチェックマーク形状を適用でき、`SeriesViewer.CheckmarkMarkerTemplate` プロパティでテンプレートをカスタマイズできます。
-
#### バグ修正
| バグ番号 | コントロール | 説明 |
diff --git a/docs/xplat/src/content/jp/components/general-changelog-dv.mdx b/docs/xplat/src/content/jp/components/general-changelog-dv.mdx
index 4da343ceb5..e0594d0da4 100644
--- a/docs/xplat/src/content/jp/components/general-changelog-dv.mdx
+++ b/docs/xplat/src/content/jp/components/general-changelog-dv.mdx
@@ -30,12 +30,6 @@ igniteui-angular コンポーネントに固有の変更については CHANGELO
## **{PackageVerLatest}**
-### 機能拡張
-
-#### {PackageCharts}
-
-- `MarkerType` 列挙型に `Checkmark` オプションが追加されました。シリーズで `MarkerType.Checkmark` を使用すると、円の中に V 字型のチェックマーク アイコンを表示できます。新しい `MarkerAutomaticBehavior.Checkmark` 列挙値でチャート内のすべてのシリーズにチェックマーク形状を適用でき、`SeriesViewer.CheckmarkMarkerTemplate` プロパティでテンプレートをカスタマイズできます。
-
### バグ修正
| バグ番号 | コントロール | 説明 |