.. |
3d
|
Improved widgetset-independent and high-dpi-aware layout in some TAChart demos (3D, axis, axisalign, axistransf).
|
2019-10-09 22:58:49 +00:00 |
aggpas
|
|
|
animate
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
area
|
TAChart: Add new property DepthBrightnessDelta to some series for improved rendering in pseudo-3D mode. Update related demos.
|
2019-03-12 17:35:19 +00:00 |
axis
|
TAChart: Add rotated axes demo. Improved layout of the other axis demos.
|
2020-08-03 15:13:17 +00:00 |
axisalign
|
TAChart: Add rotated axes demo. Improved layout of the other axis demos.
|
2020-08-03 15:13:17 +00:00 |
axistransf
|
TAChart: Add rotated axes demo. Improved layout of the other axis demos.
|
2020-08-03 15:13:17 +00:00 |
barseriesshapes
|
TAChart: Refactor drawing for new bar shapes of TBarSeries.
|
2019-03-25 15:22:50 +00:00 |
barseriestools
|
|
|
basic
|
TAChart: Improved "basic" project in "demo" folder
|
2020-08-04 12:29:48 +00:00 |
bgra
|
TAChart: Add event OnCustomDrawBar to TBarSeries, deprecate old OnBeforeDrawBar. Rename TPieSeries.OnDrawPie to .OnCustomDrawPie.
|
2019-03-23 23:19:53 +00:00 |
charteditor
|
TAChart: Don't check class types twice (issue #35614).
|
2019-05-21 22:26:14 +00:00 |
chartsource
|
TAChart: Add demo for SortedChartSource. Based on code by Marcin Wiazowski (issue #35356). Some cosmetic changes in the chartsourcedemo.
|
2019-05-20 21:56:17 +00:00 |
clone
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
combobox
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
datapointtools
|
TAChart: Adapt DataPointToolDemo to tracing line segments of TLineSeries.
|
2020-04-22 20:25:24 +00:00 |
db
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
db-pieseries
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
distance
|
TAChart: Fix distance demo not displaying fit results any more.
|
2019-04-15 20:13:40 +00:00 |
dragdrop
|
|
|
errorbars
|
|
|
events
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
extent
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
financial
|
|
|
fit
|
TAChart: Prevent numerical overflow in fitdemo in case of stupid selection of parameters (64-bit Win: extended = double)
|
2020-07-22 07:50:54 +00:00 |
fpvectorial
|
TAChart: Implement in drawing backends methods to access pen color only.
|
2019-03-25 12:34:17 +00:00 |
func
|
|
|
html
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
imagelist
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
labels
|
|
|
lazreport
|
TAChart: Don't check class types twice (issue #35614).
|
2019-05-21 22:26:14 +00:00 |
legend
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
line
|
TAChart: Fix line demo (inconsistent behavior when "3D" and "rotated" boxes are checked and "Add" is pressed).
|
2019-11-23 22:59:36 +00:00 |
listbox
|
TAChart: cross-platform layout in ListboxDemo
|
2020-08-12 15:53:46 +00:00 |
liveview
|
TAChart: Add demo for TChartLiveView.
|
2020-08-16 17:06:43 +00:00 |
manhattan
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
multi
|
TAChart: Fix chart scaling issues, patch by Marcin Wiazowski, issue #35207. Update some demos.
|
2019-03-09 18:09:47 +00:00 |
nan
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
navigate
|
TAChart: Fix compilation of navigatedemo
|
2019-04-07 14:27:20 +00:00 |
nogui
|
TAChart: Fix typo in previous commit.
|
2020-07-17 13:53:54 +00:00 |
opengl
|
TAChart: Move OpenGL-related units to separate package to avoid requirement of OpenGL libraries when TAChart is built (https://forum.lazarus.freepascal.org/index.php/topic,46713.msg333520.html).
|
2019-09-18 09:13:39 +00:00 |
panes
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
panes-2
|
|
|
panes-3
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
print
|
TAChart: AutoSize controls in printdemo, replace chart background colors by clWhite for correct printing in gtk2.
|
2019-11-05 18:57:11 +00:00 |
radial
|
TAChart: Add new property "AngleRange" to TPieSeries to enable a "halfdonut series"
|
2019-12-08 18:22:21 +00:00 |
rotate
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
runtime
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
save
|
TAChart: Avoid exception of savedemo by svg drawer in IDE when a font file cannot be loaded by EasyLazFreeType (https://forum.lazarus.freepascal.org/index.php/topic,45461.0.html)
|
2019-05-20 23:18:19 +00:00 |
script
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |
sorted_source
|
TAChart: Don't check class types twice (issue #35614).
|
2019-05-21 22:26:14 +00:00 |
tools
|
TAChart: Fix compilation of tools demo. Issue #35704. Patch by Marcin Wiazowski.
|
2019-06-12 20:25:58 +00:00 |
userdrawn_series
|
|
|
wmf
|
TAChart: Test and update all demo projects
|
2019-03-07 15:16:47 +00:00 |