473,397 Members | 2,084 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

how to draw candle chart

A B C D E
Date Open High Low Close

Chart = (Excel._Chart)oWB.Charts.Add(missing,missing,missi ng,missing);
Chart.HasLegend = false;
Chart.ChartWizard( DMISheet.get_Range("A1", "E201" ),
Excel.XlChartType.xlStockOHLC, Missing.Value,
Excel.XlRowCol.xlColumns, Missing.Value,
Missing.Value, Missing.Value,
Missing.Value, Missing.Value,
Missing.Value, Missing.Value );
((Excel.ChartGroup)Chart.ChartGroups(1)).HasUpDown Bars = true;
((Excel.ChartGroup)Chart.ChartGroups(1)).DownBars. Interior.ColorIndex = 5;
((Excel.ChartGroup)Chart.ChartGroups(1)).DownBars. Border.ColorIndex = 5;
((Excel.ChartGroup)Chart.ChartGroups(1)).UpBars.In terior.ColorIndex = 6;
((Excel.ChartGroup)Chart.ChartGroups(1)).UpBars.Bo rder.ColorIndex = 6;
i have error
Nov 17 '05 #1
0 3150

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Zero | last post by:
1. how to draw two type of chart in same chart candlechart and line chart 2. how to custom x axis? 2. how to custom y axis in right side and left side?
3
by: kamal anand | last post by:
Hi if i say public void AfterFinalRender(object sender, Microsoft.Office.Interop. OWC10.IChartEvents_AfterFinalRenderEvent e) { --------- --------- }
3
by: Bon | last post by:
Hello All I want to draw my own pie chart in MS Access 2000 form. Could anyone tell me where I can find information or sample code on doing it? Cheers Bon
1
by: dnguyen | last post by:
Hi, I want to know what is the perl code to draw a chart in x and y by using two dimensional arrays. x from 0 to 5 y from 0 to 10 i want to draw 11 lines like this:
0
by: benfly08 | last post by:
Hi, guys. I have a program to draw bar/pie chart based on the data i hard coded in it. However, my image comes with "BLACK" background color. I don't know how to fix this. The code snippet is...
4
by: =?Utf-8?B?bWFydGluMQ==?= | last post by:
Hi, All, I want to draw line chart on the web using visual basic 2005, vb 2005 doesn't have chart components, so can anyone point out where I can start working this? Thanks, Ma
8
by: =?Utf-8?B?SGFpcGluZw==?= | last post by:
Hello, We have a 3D chart that created in CsGL(it is built on top of the OpGL). We are recreate it use .Net graphics component. We create point with x, y and coordinates and call...
3
by: rengaraj | last post by:
Dear Experts, I want to read a text file containing values. From these text values, an Excel chart has to be drawn. I read the file contents and hold in buffer but how to put values into an...
0
by: sejal17 | last post by:
Hello, Every one i am trying to draw chart using web chart , its working fine in my local pc but when i am uploading this application on server i am getting Error like , ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.