-
Notifications
You must be signed in to change notification settings - Fork 29
Added new kb article removing-bar-border-in-graph #1924
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
Open
github-actions
wants to merge
6
commits into
master
Choose a base branch
from
new-kb-removing-bar-border-in-graph-f89a15381e2c4749b8dc67adde0418ea
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6b77800
Added new kb article removing-bar-border-in-graph
474fb03
Update removing-bar-border-in-graph.md
IvetNikolova e96f0d8
Add files via upload
IvetNikolova fa33d24
Delete knowledge-base/images/UsingLineWidthPropertyBarGraph.png
IvetNikolova 58d3ae6
Delete knowledge-base/images/BarBordersAroundBars.png
IvetNikolova ebb7b22
Add files via upload
IvetNikolova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
| --- | ||
| <style> img[alt$="><"] { border: 1px solid lightgrey; } </style> | ||
|
|
||
| ## Environment | ||
|
|
||
| <table> | ||
| <tbody> | ||
| <tr> | ||
| <td>Product</td> | ||
| <td>Reporting</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Version</td> | ||
| <td>18.3.24.1112</td> | ||
| </tr> | ||
| </tbody> | ||
| </table> | ||
|
|
||
| ## 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%}) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.