Top "Excel-charts" questions

In Excel, you can create graphical representations of your data in your spreadsheet in charts.

Excel chart x axis showing sequential numbers, not actual value

I have 2 columns in my excel file. 1 is 'code' which has the following values: 2050, 2196, 1605, D1488. The next column is 'amount' …

excel charts excel-charts
Hiding zero values in Excel chart or diagram, legend and labeling

As you can see in the attached image, my diagram accesses the table on the left. Though the values are …

excel excel-formula excel-charts
Add data points to Excel stacked bar chart

I have a table with salary ranges for various titles and individual salaries (see below). Data: What I'd like to …

excel charts excel-charts
Change chart font using VBA

How do I change the font of an Excel chart using VBA? If I manually select the chart, and record …

vba excel excel-2010 excel-charts
Graphing blank cells in form of gaps in Excel

I'm graphing a set of data that has blanks in some cells. In the blank cells I have formulas and …

excel excel-charts
Get equation for 3d shape

I have 2 arrays say X and Y. Each have 5 elements. Now for each possible combination of (X,Y) I have …

curve-fitting parametric-equations excel-charts
Excel VBA - Get chart data range

I want to add data to a bunch of existing charts. Assume that each chart has a different number of …

excel vba object charts excel-charts
Remove series from chart with VBA

I am creating a chart in excel via vba code. I am using contiguous data and the chart pops up …

vba excel excel-charts
Excel: 100% Stack Bar Chart, the bars are not plotting correct for few combination of values

Please look at the image below: How can orange bar in the first chart be that big. This pattern repeats …

excel charts ms-office excel-charts
Chart Series Line: Bring to Front, Send to Back

If I use VBA in Excel to make a line chart with multiple series, and two of the series' data …

vba excel charts excel-charts