diff --git a/knowledge-base/images/BarBordersAroundBars.png b/knowledge-base/images/BarBordersAroundBars.png
new file mode 100644
index 000000000..c061c6f40
Binary files /dev/null and b/knowledge-base/images/BarBordersAroundBars.png differ
diff --git a/knowledge-base/images/UsingLineWidthPropertyBarGraph.png b/knowledge-base/images/UsingLineWidthPropertyBarGraph.png
new file mode 100644
index 000000000..0d9f1dbf5
Binary files /dev/null and b/knowledge-base/images/UsingLineWidthPropertyBarGraph.png differ
diff --git a/knowledge-base/removing-bar-border-in-graph.md b/knowledge-base/removing-bar-border-in-graph.md
new file mode 100644
index 000000000..60f62da35
--- /dev/null
+++ b/knowledge-base/removing-bar-border-in-graph.md
@@ -0,0 +1,52 @@
+---
+title: Removing Bar Border in Graph
+description: Learn how to remove the darker border around bars in a graph within Telerik Reporting.
+type: how-to
+page_title: How to Remove Graph Bar Borders in Telerik Reporting
+meta_title: How to Remove Graph Bar Borders in Telerik Reporting
+slug: removing-bar-border-in-graph
+tags: reporting, graph, series, datapointstyle, linewidth
+res_type: kb
+ticketid: 1702817
+---
+
+
+## Environment
+
+
+
+
+ | Product |
+ Reporting |
+
+
+ | Version |
+ 18.3.24.1112 |
+
+
+
+
+## Description
+
+I want to remove the darker, solid border around bars in a graph with a bar series. The border is more visible in the HTML viewer and overlaps the grid lines. The bars use a semi-transparent yellow color palette which allows grid lines to show through. The goal is to eliminate the darker border while maintaining the semi-transparent fill effect.
+
+
+
+## Solution
+
+To remove the darker border around the bars:
+
+1. Select the graph in the Telerik Reporting designer.
+1. Expand the 'Series' property.
+1. Locate and expand the 'DataPointStyle' property.
+1. Set the 'LineWidth' property to `0pt`.
+
+
+
+This removes the darker border around the bars, ensuring they appear without overlapping grid lines.
+
+## See Also
+
+* [Bar Chart]({%slug telerikreporting/designing-reports/report-structure/graph/chart-types/bar-charts/overview%})
+* [Getting Started with the Graph Report Item]({%slug graph_item_get_started%})
+* [Series of the Graph]({%slug telerikreporting/designing-reports/report-structure/graph/formatting-a-graph/series%})