Search found 7 matches

by guzial
Thu Apr 24, 2008 6:55 am
Forum: VCL
Topic: Checking count of items in series after zoom
Replies: 3
Views: 5410

what about TGanttSeries ?
by guzial
Wed Apr 23, 2008 8:28 am
Forum: VCL
Topic: Checking count of items in series after zoom
Replies: 3
Views: 5410

Checking count of items in series after zoom

Hello i have problem i would like to show marks but in special conditions. When chart is in 100% zoom i would like automatically hide marks because there is to much points and showing marks is not useful. So my problem is to check number of showing points in series and if it less than X i would like...
by guzial
Tue Mar 04, 2008 11:53 am
Forum: VCL
Topic: problem with labelSize margin etc
Replies: 1
Views: 2993

problem with labelSize margin etc

Hello i have customaxes and i have problem with labels. The picture shows problem http://www.karate.bydgoszcz.pl/chart12.JPG the problem is that labels on axis labels are not correct situated. to set position of label i make CustomAxes.Items[i].LabelsSize := CustomAxes.Items[i].MaxLabelsWidth + aCon...
by guzial
Tue Oct 16, 2007 8:22 am
Forum: VCL
Topic: Problem with Export to PDF
Replies: 1
Views: 3653

Problem with Export to PDF

Hello, one of the main reason to have TeeChart Proff. was possibility to export to PDF format. Problems are: - no polish characters in export files - something wrong with position of customaxis' titles images shows difference beetwen pdf files made by PDFCreator (free tool) and TeeChart Prof. We are...
by guzial
Thu Oct 11, 2007 7:51 am
Forum: VCL
Topic: Get onMouseMove Labels instead of Values
Replies: 6
Views: 7204

ok so if i do

Code: Select all

    
Axis.Items.Add(0, 'AAA');
Axis.Items.Add(1, 'BBB');

and then i know only value for example 0 or 1 it is not possible to get text for this values ??
by guzial
Wed Oct 10, 2007 12:20 pm
Forum: VCL
Topic: Get onMouseMove Labels instead of Values
Replies: 6
Views: 7204

it is possible to show text not using series but just mouse position and axis?
by guzial
Wed Oct 10, 2007 11:20 am
Forum: VCL
Topic: Get onMouseMove Labels instead of Values
Replies: 6
Views: 7204

Get onMouseMove Labels instead of Values

i have on event procedure to get value of y mouse poistion

Code: Select all

FormatFloat('# ###,##0',(Round(aChart.CustomAxes.Items[i].CalcPosPoint(Y)))
but i don't have idea how to get on the same event value of labels when axis.Labelstyle = talText

tahnks in advance for any help