Skip to main content

MSCHART PIE error when i use a method

  • March 6, 2013
  • 1 reply
  • 0 views

I am trying to fill the variable W-SW-VAR1 but i get 0 (zero). Does anyone know why?

MODIFY Sr10-MSC-1
DataGrid::RowLabelCount = 1
DataGrid::ColumnCount = 10
DataGrid::RowCount = 1
ChartType = VtChChartType2dPie

MODIFY Sr10-MSC-1
Plot::SeriesCollection::Count()
GIVING W-SW-VAR1.

1 reply

Stephen Hjerpe
  • Participating Frequently
  • March 7, 2013

I am trying to fill the variable W-SW-VAR1 but i get 0 (zero). Does anyone know why?

MODIFY Sr10-MSC-1
DataGrid::RowLabelCount = 1
DataGrid::ColumnCount = 10
DataGrid::RowCount = 1
ChartType = VtChChartType2dPie

MODIFY Sr10-MSC-1
Plot::SeriesCollection::Count()
GIVING W-SW-VAR1.

Not sure which Ecel version you are working with .. I have a excel.def made from C:\\Program Files (x86)\\Microsoft Office\\Office14\\EXCEL.EXE .. when I look for SeriesCollection::Count I see it as part of a Chart @_Chart] SeriesCollection or it's own class but not under Plot. Also, SeriesCollection::Count seems to be a property-get implying it can be inquired not modified ,, is your SeriesCollection::Count a property-put?