Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Lock std::ifstream? Pin
Todd Smith30-Oct-01 5:50
Todd Smith30-Oct-01 5:50 
GeneralRe: Lock std::ifstream? Pin
Derek Price30-Oct-01 5:54
Derek Price30-Oct-01 5:54 
GeneralStarting with DLLs Pin
LukeV30-Oct-01 4:23
LukeV30-Oct-01 4:23 
GeneralRe: Starting with DLLs Pin
AJ12330-Oct-01 9:36
AJ12330-Oct-01 9:36 
QuestionWhat does it mean when TRUE is assigned to a function? Pin
30-Oct-01 4:10
suss30-Oct-01 4:10 
AnswerRe: What does it mean when TRUE is assigned to a function? Pin
30-Oct-01 4:19
suss30-Oct-01 4:19 
AnswerRe: What does it mean when TRUE is assigned to a function? Pin
Todd Smith30-Oct-01 5:57
Todd Smith30-Oct-01 5:57 
GeneralMSChart control Pin
giorgos30-Oct-01 3:48
giorgos30-Oct-01 3:48 
hi all,

i have an MSChart control in my application. the values are calculated dynamically after some user input, i have one row (group of data) and several columns. i use a barchart type.

i want to change the color of a specific column if its value exceeds a limit. how do i manipulate the color drawing of a column ? the answer should lie somewhere in the CVc..classes but i m lost there.. any help ?

my error(?) code :

CVcPlot aplot = m_pChart->GetPlot();
CVcSeriesCollection aSerCol = aplot.GetSeriesCollection();
CVcSeries aSeries = aSerCol.GetItem(1); // i have 1 series only
CVcStatLine aStatLine = aSeries.GetStatLine();
CVcColor aColor = aStatLine.GetVtColor();
aColor.Set(120, 120, 120);

and saw no change in the color of the bar..

tia, giorgos
GeneralStoring a Buffer in a CString Pin
Monica30-Oct-01 3:26
Monica30-Oct-01 3:26 
GeneralRe: Storing a Buffer in a CString Pin
Nish Nishant30-Oct-01 4:30
sitebuilderNish Nishant30-Oct-01 4:30 
GeneralPlacing Controls in a WINDOW Pin
30-Oct-01 3:24
suss30-Oct-01 3:24 
GeneralRe: Placing Controls in a WINDOW Pin
Nish Nishant30-Oct-01 4:27
sitebuilderNish Nishant30-Oct-01 4:27 
GeneralRe: Placing Controls in a WINDOW Pin
Michael P Butler30-Oct-01 4:27
Michael P Butler30-Oct-01 4:27 
GeneralRe: Placing Controls in a WINDOW Pin
30-Oct-01 7:15
suss30-Oct-01 7:15 
QuestionNeed Graphics for your Project? Pin
30-Oct-01 2:39
suss30-Oct-01 2:39 
AnswerRe: Need Graphics for your Project? Pin
Anders Molin30-Oct-01 2:45
professionalAnders Molin30-Oct-01 2:45 
AnswerRe: Need Graphics for your Project? Pin
Christian Graus30-Oct-01 11:07
protectorChristian Graus30-Oct-01 11:07 
AnswerRe: Need Graphics for your Project? Pin
Tomasz Sowinski30-Oct-01 11:35
Tomasz Sowinski30-Oct-01 11:35 
GeneralCapturing a key press on a CDialog Pin
30-Oct-01 2:25
suss30-Oct-01 2:25 
GeneralRe: Capturing a key press on a CDialog Pin
Eugene Pustovoyt30-Oct-01 2:34
Eugene Pustovoyt30-Oct-01 2:34 
GeneralRe: Capturing a key press on a CDialog Pin
Simon Walton30-Oct-01 2:41
Simon Walton30-Oct-01 2:41 
GeneralCTreeCtrl doubt Pin
RickyC30-Oct-01 2:15
RickyC30-Oct-01 2:15 
GeneralRe: CTreeCtrl doubt Pin
Nish Nishant30-Oct-01 4:37
sitebuilderNish Nishant30-Oct-01 4:37 
GeneralSending email Pin
James Spibey30-Oct-01 1:58
James Spibey30-Oct-01 1:58 
GeneralRe: Sending email Pin
Anders Molin30-Oct-01 2:46
professionalAnders Molin30-Oct-01 2:46 

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.