Formatting Charts in Excel
Last Updated :
06 Feb, 2023
One of the major uses of Excel is to create different types of charts for a given data set. Excel provides us with a lot of modification options to perform on these charts to make them more insightful.
In this article, we are going to see the most common “Formatting” performed on charts using a suitable example shown below.
Example: Consider the performance of a batsman in a T20 match. The data set contains the runs scored by the batsman in various matches.

Now we will insert a bar chart using the above table. To insert a bar chart :
Select dataset -> Click on Insert -> Chart Sets Pop Down -> 2-D column
The key steps to format anything on the chart is :
- Select the part of the chart which needs to be formatted.
- Right-click on it and select “Format”. The format window will open.
1. Formatting the Chart Title :
Select the Title -> Right Click on it -> Format Chart Title

In the Format Chart Title window, you can change the Font color, add Borders surrounding the title and various other modifications can be done. You can also rename the title by simply selecting and retyping a new name.

2. Formatting Axis Titles:
You can add the axis title by using the “+” button in the top right corner of the chart.

Now, rename the X-axis and Y-axis by selecting them. You can edit the appearance of the axis title by right-clicking on it and selecting “Format Axis Title”.

3. Formatting Data labels:
You can add Data Labels by using the “+” button on the top right corner of the chart.

Now open the Format Data Labels Window and can change the Font color, size, alignment, and many other options.

4. Formatting Data Series:
You can change the color of the bar charts by selecting them and then open the “Format Data Series” window. By default, on left-clicking once on any of the bars all the data sets bar will be selected. If you want to select only one of these bars, left-click twice on the bar which is to be formatted.


5. Formatting Axis:
This is the most important formatting mostly used by us to change the scale of the axes according to our requirements.

Bound is used to provide the minimum value from which axis to chart and also the maximum value of the axis. The Major unit is used to provide the intervals in the axis.
6. Formatting Chart Style:
Excel provides us with dynamic chart styles. Select the “Paint brush icon” in the top right corner of the chart and select your desired style.

7. Formatting Chart Type:
Excel provides us with a lot of different charts along with bar charts. To change the chart type :
Right Click on the Chart -> Select Change Chart Type

Now from the Chart Type window select the desired chart type from the list of options as shown below :

8. Formatting Plot Area:
You can also add a background color to your chart. Select the “Format Plot Area” after right-clicking.

These are some of the most frequent formatting done on Excel charts. Excel provides us with dynamic options to format a chart and it can be explored with some self-research easily.
Similar Reads
Data Formatting in Excel
In Excel, the whole entered data in the sheet uses the same formatting by default which can make the data look monotonous, dull, and difficult to read. Excel provides a pool of tools called formatting tools which customize the data in such a way that it only affects the appearance of the data and no
3 min read
Excel: Formatting Cells
Excel Formatting ShortcutsIf you have closely followed the previous parts of this tutorial, you already know most of the Excel formatting shortcuts. The table below provides a summary. Shortcut FormatCtrl+Shift+~ General format Ctrl+Shift+! Number format with a thousand separators and two decimal pl
8 min read
Programming Charts in Excel VBA
VBA stands for Visual Basic for Applications and it is developed by Microsoft. MS Excel and many other Microsoft applications like word, access, etc have this language integrated into them using which one can do various things. VBA can be used in MS Excel through the code editor in its developer tab
4 min read
Excel Format Painter
Imagine you spend a lot of time making a cool-looking chart in Excel, with just the right colors and fonts. But then you need to copy that look to other charts. No need to do it manually! Excel's Format Painter is like a copy-and-paste button for formatting. You just pick the pretty chart, click the
7 min read
Types of Charts in Excel
Visualizing data is a key part of effective analysis, and Excel offers a wide range of tools to help you present information clearly. Understanding the different types of charts in Excel can help you choose the best way to display your data based on your goals and audience. From simple visuals like
3 min read
Combination Charts in Excel
Sometimes while dealing with hierarchical data we need to combine two or more various chart types into a single chart for better visualization and analysis. These are known as "Combination charts" in Excel. In this article, we are going to see how to make combination charts from a set of two differe
5 min read
Generating Dynamic Charts With VBA in Excel
A powerful graph range is an information range that refreshes naturally when you change the information source. This unique reach is then utilized as the source information in an outline. As the information changes, the powerful reach refreshes right away which prompts an update in the outline. The
2 min read
Excel Charts
How to Create a Chart in Excel (Quick Steps)Follow the Steps to create a Chart in Excel: Step 1: Enter the data in the Worksheet. Step 2: Select the range of data of which you want to create a chart. Step 3: Go to the Insert Tab and Select the Type of chart you want to create. Imagine converting raw
5 min read
Format Reports in Excel
Excel 2013 introduces the Format pane. It offers advanced formatting choices in clean, bright new task windows, and it is also highly useful. When you alter the theme, it is applied to all Power View Views in the Report and Sheets in the Workbook. You may also modify the size of the text in all of y
4 min read
Creating Charts using openpyxl
Charts are a powerful way to visualize data, making it easier to analyze and present information. While working with Excel files in Python, the library openpyxl comes into the picture and can be used as a tool for automating tasks like reading data, writing data, formatting cells, and of course crea
7 min read