Reference error!

  • Thread starter Thread starter rcoco
  • Start date Start date
R

rcoco

Hi,
I have this project it has a folder that it's supposed to read but when

I run an error occurs the type or namespace name src could not be
found(areyou missing a using directive or an assembly referrence?).
This folder is src it contains a folder called controls and in controls

that's where one finds an object and I think It's a graph because the
code looks like this.

public src.controls.cont dngchart;

// Set our axis values
dngchart.YAxisValues = iValue;


// Set our axis strings
dngchart.YAxisItems = sItems;


// the colors
dngchart.gcolors=mags;


// Provide a title
dngchart.ChartTitle = "<b>Inventory Breakdown:</b>";


// Provide an title for the X-Axis
dngchart.XAxisTitle = "(units display actual numbers)";

What could this be?
Thanks
 
Please don't multiple-post like this. It makes it very hard for anyone to
help you, because we answer in one group, but may be unaware of other
answers given in other groups. The technique is to ask one group and then,
if you don't get any help, to ask another if there is another relevant goup.

Sorry if I'm coming over grumpy, but it's frustrating to see a question
you've answered (or tried to) once, recurring somewhere else.


Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top