Search found 9 matches

by Daniel
Fri May 24, 2013 2:10 pm
Forum: ActiveX
Topic: Problem with axis label font color
Replies: 12
Views: 22168

Re: Problem with axis label font color

Hi Yeray
I have a question
Which version still works fine with visual basic 6.0?
This is for update my current version, because I need graphing the axis with a custom color
Regards
by Daniel
Fri May 24, 2013 1:56 pm
Forum: ActiveX
Topic: Problem with axis label font color
Replies: 12
Views: 22168

Re: Problem with axis label font color

Ok Yeray
Best regards
by Daniel
Thu May 23, 2013 11:00 pm
Forum: ActiveX
Topic: Problem with axis label font color
Replies: 12
Views: 22168

Re: Problem with axis label font color

Hi Yeray Please try this The left labels titles are in black color, only the left's axis line is orange, and I need the titles in orange Thanks a lot Private Sub Form_Load() TChart1.Header.Text.Text = TChart1.Version TChart1.Aspect.View3D = False TChart1.AddSeries scLine TChart1.Series(0).FillSample...
by Daniel
Thu May 23, 2013 3:20 pm
Forum: ActiveX
Topic: Problem with axis label font color
Replies: 12
Views: 22168

Re: Problem with axis label font color

Hi Yeray
This is my version
TeeChart Pro v8.0.0.7.09908

Best regards
by Daniel
Thu May 23, 2013 2:03 pm
Forum: ActiveX
Topic: Problem with axis label font color
Replies: 12
Views: 22168

Re: Problem with axis label font color

Hi Yeray
With the Narcís's suggest

TChart1.Axis.Left.AxisPen.Color = RGB(255, 128, 64)
TChart1.Axis.Left.Labels.Font.Color = RGB(255, 128, 64)

Only the Axis lines is changed, but not the text label

I'm ussing VB6, and Windows 7
Regards
by Daniel
Wed May 22, 2013 4:02 pm
Forum: ActiveX
Topic: Problem with axis label font color
Replies: 12
Views: 22168

Re: Problem with axis label font color

Hi Narcís

Yes, I wrote this in my code

Grafico.TChart1.Axis.Left.Labels.Font.Color = RGB(255, 128, 64)

But the axis label is print in black Color (like the attach image)
What is missing?
Best regards
by Daniel
Tue May 21, 2013 10:31 pm
Forum: ActiveX
Topic: Problem with axis label font color
Replies: 12
Views: 22168

Problem with axis label font color

Hi All I wanna create a graph with the left axis in Orange color, but the graph is generated with the left axis in black color. This is part of my code w_AxeYvalue = wMinimunY1 With Grafico.TChart1.Axis.Left.Labels .Clear .Font.Color = RGB(255, 128, 64) For i = 1 To 6 .Add w_AxeYvalue, Format$(w_Axe...
by Daniel
Thu Feb 07, 2013 2:18 pm
Forum: ActiveX
Topic: Problem with axes label
Replies: 3
Views: 8017

Re: Problem with axes label

Hi Yeray Thanks for your support, but the problem continues, even with including your suggestion. This is part of my code, the values for wMinY1,wMaxY1 and w_Step, are calculated, depending the values for each stock ... Grafico.TChart1.Axis.Left.SetMinMax wMinY1, wMaxY1 Grafico.TChart1.Axis.Left.Inc...
by Daniel
Wed Feb 06, 2013 5:48 pm
Forum: ActiveX
Topic: Problem with axes label
Replies: 3
Views: 8017

Problem with axes label

Hi
I am creating a combined graphic, in which I am modifying the axes, minimum and maximum. But for some reason, in certain cases, the first left axis label, is not drawed. How I can fix it?
In the example, only the graph for the stock RELAPAC1, has that problem :?
Best Regards