Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i am using the following code to format a chart with a toggle button
With Worksheets("Charts").ChartObjects(1).Chart .HasTitle = True .ChartTitle.Text = "First Quarter Sales" .Type = xlColumn when the togglebutton changes state, i want the chart to be stacked 100 i tried .type=xlstacked100 but that didn't work. can somebody please tell me what i would use to accomplish this? thanks -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Office 2007 can't see chart series values unless chart unprotec | Charts and Charting in Excel | |||
how to remove dotted line with words chart area from around chart | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Setting up and Configuration of Excel | |||
vc++ automation: opening chart as chart window and setting scale | Excel Programming |