Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's easy when using VBA code, like,
..ChartTitle.Characters.Text = "Hello" But, setting a Text or Characters property of chartTitle always got an exception. Is it possible doing that? code excerpt in vb.net objChart = objSheet.ChartObjects.Add(50, 40, 300, 200).Chart objChart.SetSourceData(Source:=objSheet.Range("A1" ).Resize(cNumRows, cNumCols)) objChart.ChartTitle.Characters.Text = "Hello" <---- here!!! Thx in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Anyone know what "[VSync]" appended to filename title means? | Excel Discussion (Misc queries) | |||
Automation of Dynamic Chart Title and legend changes | Charts and Charting in Excel | |||
Excel chart - how to assign the file name in the chart title? | Charts and Charting in Excel | |||
Pasting Objects into Chart title and Axis title | Charts and Charting in Excel | |||
What means [Group] in the title bar of a workbook | Excel Discussion (Misc queries) |