Search found 5 matches

by JohanI
Thu Jul 01, 2010 9:53 am
Forum: VCL
Topic: Question regarding TMarkItem
Replies: 3
Views: 3408

Re: Question regarding TMarkItem

Hi again, Thx for the tip, however this does unfortunatly not solve my issue. I am using custom marks already, the problem for me is that you can only have 1 font size/color for each Mark. I need it for each string in .Text(TStrings) property. Guess I have to add some text over the markitem. Appreci...
by JohanI
Wed Jun 30, 2010 12:29 pm
Forum: VCL
Topic: Question regarding TMarkItem
Replies: 3
Views: 3408

Question regarding TMarkItem

Hi all, We are using a label and a manually calculated index displayed as text in each TMarkItem. We have got a request that if the index values are above or below a certain limit, then only the font size and font color for the index should change. Note that the font for the labels in all the TMarkI...
by JohanI
Tue May 11, 2010 8:12 am
Forum: VCL
Topic: Problem with CopyToClipBoardMetafile with TRect
Replies: 1
Views: 2569

Problem with CopyToClipBoardMetafile with TRect

Hi all, Im using the Chart.CopyToClipBoardMetaFile(Enchanced:True;Rect:TRect), I just want to copy a square from the chart to display in PowerPoint. However no matter what left/Top coordinates i insert, the picture will always show with Left := 0 and Top :=0. The picture is correcly cut with the rig...
by JohanI
Thu Feb 25, 2010 1:20 pm
Forum: VCL
Topic: Having same width on all TSeriesMarks
Replies: 1
Views: 2533

Having same width on all TSeriesMarks

Hi all, I have run into a "strange" problem, im using a chart with a couple of TSeriesMarks, I only show the marks in the chart, no values etc... but what I want is that all Marks should have the same width, but setting the witdh property on the series TSeriesMarks or setting it on each mark individ...
by JohanI
Mon Feb 25, 2008 7:56 am
Forum: VCL
Topic: sorting multiple series on each label
Replies: 1
Views: 2721

sorting multiple series on each label

Hi, Consider the following case: Say we have 3 barseries with 4 values in each serie, mulitbar is set to mbSide. This means that on each x-axis label there will be 3 bars, one bar representing one value for each serie. What I need to do is sort theese 3 bars(i.e 3 values from 3 different series) on ...