Search found 25 matches

by Whookie
Mon Aug 18, 2014 12:49 pm
Forum: VCL
Topic: Bug: Improper spelled TSeries events
Replies: 3
Views: 7300

Re: Bug: Improper spelled TSeries events

Because these are events.. and so they should be preceded by an 'On'...
by Whookie
Fri Jul 25, 2014 10:16 am
Forum: VCL
Topic: Marks Arrow head on the Histogram Series not working?
Replies: 1
Views: 3974

Marks Arrow head on the Histogram Series not working?

I tried to have a line from my marks in a histogram series but either 'Line' nor 'Solid' nor any of the parameters below seem to do anything... The intention was to move the text inside the bar and to prevent them from beeing outside of the chart itself (as I clip it). But as it seems the Marks posi...
by Whookie
Fri Jul 25, 2014 10:06 am
Forum: VCL
Topic: Lonely slider...
Replies: 1
Views: 3986

Lonely slider...

Picture from an unknowen artist ;)
lonely_slider.png
lonely_slider.png (56.88 KiB) Viewed 4052 times
by Whookie
Fri Jul 25, 2014 8:33 am
Forum: VCL
Topic: Designflaw: Missing 'Cancel' button in chart editor
Replies: 3
Views: 7552

Re: Designflaw: Missing 'Cancel' button in chart editor

Hi, please see the enclosed video with the following timecodes: 00:03- 00:04 ... Cancel Button missing eg at that place. So if you just browse around and accidentally click on a settings you have NO option to leave the dialog without changing anything 00:14 Lets say you look at the formats of the la...
by Whookie
Fri Apr 25, 2014 3:26 pm
Forum: VCL
Topic: TDragPointTool always favoures the "left" point
Replies: 1
Views: 3466

TDragPointTool always favoures the "left" point

Hi! I'm using a TChart with one LineSeries and a TDragPointTool but grapping the series and moving the point (I just allow moving it in Y-direction) always uses the point left of the mouse-position (in the example image, if you grap the series one pixel to the left of the y:0-mark you begin to move ...
by Whookie
Tue Apr 01, 2014 5:50 pm
Forum: VCL
Topic: Slow TChart with several lines...
Replies: 3
Views: 6963

Slow TChart with several lines...

I have enclosed a demo project (using XE5 and latest release but checked with older (2013) versions of TChart too) which adds a punch of lines and then gives feedback by moving over an image. The problem is, that the response of that feedback gets slow with additional lines added. Instructions: 1. P...
by Whookie
Tue Apr 01, 2014 4:54 pm
Forum: VCL
Topic: Position of Labels is wrong on bottom axis..
Replies: 9
Views: 13284

Position of Labels is wrong on bottom axis..

..when using multi line and TDateTime with special format. Please see screenshot and project (using last release, in XE5)
by Whookie
Tue Apr 01, 2014 4:33 pm
Forum: VCL
Topic: Moveable Legend Title
Replies: 1
Views: 3340

Moveable Legend Title

I'm missing an option to move the title of a Legend same pixels to the left (I use rounded corners so it looks not that good). What I did at the moment is: Type TCustomTextShapeClass = Class(TCustomTextShape); FormCreate: Chart.Legend.TextSymbolGap := 10; // Hack: Chart.Legend.Title.AutoSize := FALS...
by Whookie
Tue Nov 12, 2013 2:40 pm
Forum: VCL
Topic: SeriesBand has SeriesIndex dependant transparency?
Replies: 3
Views: 5282

Re: SeriesBand has SeriesIndex dependant transparency?

ok, do I log in at bugzilla with the same credentials as here?
by Whookie
Tue Nov 12, 2013 12:09 pm
Forum: VCL
Topic: SeriesBand has SeriesIndex dependant transparency?
Replies: 3
Views: 5282

SeriesBand has SeriesIndex dependant transparency?

When you compile (DXE4/Win32) the attched demo you can use the "Up"/"Down" buttons to raise or lower the blue series (Series4). By doing so the red SeriesBand changes its color (even though neither Color nor Transparency is touched)! So basically what I need is a constant "color" for the SeriesBand....