Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
AnswerRe: Data from Scanner to Database Pin
Manas Bhardwaj23-Sep-09 6:51
professionalManas Bhardwaj23-Sep-09 6:51 
GeneralRe: Data from Scanner to Database Pin
Dambod23-Sep-09 6:57
Dambod23-Sep-09 6:57 
GeneralRe: Data from Scanner to Database Pin
Dave Kreskowiak23-Sep-09 9:31
mveDave Kreskowiak23-Sep-09 9:31 
AnswerRe: Data from Scanner to Database Pin
Henry Minute23-Sep-09 6:58
Henry Minute23-Sep-09 6:58 
GeneralRe: Data from Scanner to Database Pin
Dambod23-Sep-09 7:17
Dambod23-Sep-09 7:17 
GeneralRe: Data from Scanner to Database Pin
Henry Minute23-Sep-09 8:31
Henry Minute23-Sep-09 8:31 
AnswerRe: Data from Scanner to Database Pin
cmk23-Sep-09 8:29
cmk23-Sep-09 8:29 
QuestionExcel Chart Secondary Axis Pin
Cwenee23-Sep-09 5:29
Cwenee23-Sep-09 5:29 
Hi!

I am creating an Excel Chart using C#. I have 2 series, and I would like one of them to have a seperate y axis on the right of the chart. Both axes should have different scales.

Excel 2003.
VS 2005.

I have a chart, and two series, but I can't see my second axis. It's like I never had one.

when creating my second series I do this:

elevationSeries.AxisGroup = XlAxisGroup.xlSecondary;
elevationSeries.Values = xlWorkSheet.get_Range ("C2", "C20");
elevationSeries.XValues = xlWorkSheet.getRange ("A2", "A20");
elevationSeries.Name = "Elevation";

Axis yAxis;

yAxis = (Excel.Axis)chartpage.Axes(Excel.XlAxisType.xlValues, Excel.XlAxisGroup.xlSecondary;
yAxis.HasTitle = true;
yAxis.AxisTitle.Text = "Elevation";


Thanks in advance.
AnswerRe: Excel Chart Secondary Axis Pin
Qu Dong2-Sep-13 23:11
Qu Dong2-Sep-13 23:11 
QuestionXMLSerialization Pin
ahmedsamir23-Sep-09 3:21
ahmedsamir23-Sep-09 3:21 
AnswerRe: XMLSerialization Pin
stancrm23-Sep-09 3:40
stancrm23-Sep-09 3:40 
AnswerRe: XMLSerialization Pin
ahmedsamir23-Sep-09 13:07
ahmedsamir23-Sep-09 13:07 
QuestionDelete A and Prt Records from DNS Pin
caiena23-Sep-09 3:09
caiena23-Sep-09 3:09 
AnswerRe: Delete A and Prt Records from DNS Pin
Richard MacCutchan23-Sep-09 3:49
mveRichard MacCutchan23-Sep-09 3:49 
GeneralRe: Delete A and Prt Records from DNS Pin
caiena23-Sep-09 3:54
caiena23-Sep-09 3:54 
QuestionHow to make textbox mandatory on dropdown change Pin
NK723-Sep-09 2:57
NK723-Sep-09 2:57 
AnswerRe: How to make textbox mandatory on dropdown change Pin
Richard MacCutchan23-Sep-09 3:04
mveRichard MacCutchan23-Sep-09 3:04 
AnswerRe: How to make textbox mandatory on dropdown change Pin
rah_sin23-Sep-09 3:29
professionalrah_sin23-Sep-09 3:29 
GeneralRe: How to make textbox mandatory on dropdown change Pin
Henry Minute23-Sep-09 7:06
Henry Minute23-Sep-09 7:06 
QuestionAppropriate Database in C# Pin
Reza Shojaee23-Sep-09 2:20
Reza Shojaee23-Sep-09 2:20 
AnswerRe: Appropriate Database in C# Pin
Not Active23-Sep-09 2:30
mentorNot Active23-Sep-09 2:30 
AnswerRe: Appropriate Database in C# Pin
Eddy Vluggen23-Sep-09 2:53
professionalEddy Vluggen23-Sep-09 2:53 
QuestionProblem in Dataadapter, sometimes its working and sometimes its showing error pls help Pin
amaankhan23-Sep-09 2:16
amaankhan23-Sep-09 2:16 
AnswerRe: Problem in Dataadapter, sometimes its working and sometimes its showing error pls help Pin
nagendrathecoder23-Sep-09 2:22
nagendrathecoder23-Sep-09 2:22 
AnswerRe: Problem in Dataadapter, sometimes its working and sometimes its showing error pls help Pin
J4amieC23-Sep-09 3:34
J4amieC23-Sep-09 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.