Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
TAChart
(Moderator:
Ask
) »
adding text to line chart points
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Font draw in customdraw i...
by
mikutu
[
Today
at 08:02:02 am]
Problems with Gitlab
by
Joanna
[
Today
at 07:35:08 am]
Cannot open Access databa...
by
Khrys
[
Today
at 06:59:12 am]
programming with Lazarus
by
iLya2IK
[
Today
at 06:51:13 am]
TMemo and paste from clip...
by
Aruna
[
Today
at 05:58:24 am]
Extended Module Player
by
Gigatron
[
Today
at 03:04:39 am]
TListView.OnChange Event ...
by
msintle
[
Today
at 02:12:18 am]
environment variables
by
dbannon
[
Today
at 01:59:07 am]
CLI | Wildcard parameters...
by
Remy Lebeau
[
Today
at 01:56:58 am]
Error code 5
by
Remy Lebeau
[
Today
at 01:28:06 am]
Broken Icon Display on ma...
by
msintle
[
Today
at 01:08:59 am]
TDBDateEdit component def...
by
wp
[September 11, 2024, 11:56:30 pm]
TStateMachine
by
matthius
[September 11, 2024, 11:40:00 pm]
7zip DLL is super broken
by
rvk
[September 11, 2024, 10:00:18 pm]
Any support for Perpendic...
by
circular
[September 11, 2024, 09:05:59 pm]
Local Vars often inspect ...
by
Martin_fr
[September 11, 2024, 08:58:22 pm]
Problem with pasting text...
by
artist
[September 11, 2024, 08:55:36 pm]
Identifier capitalization...
by
DomingoGP
[September 11, 2024, 08:33:22 pm]
Searching for a safe alte...
by
bytebites
[September 11, 2024, 08:00:55 pm]
Listview how to custom or...
by
jenson
[September 11, 2024, 06:10:31 pm]
Hints.
by
wp
[September 11, 2024, 06:03:36 pm]
Browser User Agent & Frie...
by
MarkMLl
[September 11, 2024, 05:49:58 pm]
How to use newer macOS SD...
by
Hansaplast
[September 11, 2024, 05:42:07 pm]
Disable localisation for ...
by
Nitorami
[September 11, 2024, 05:09:21 pm]
C++ porting: Is this real...
by
iLya2IK
[September 11, 2024, 12:45:48 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: adding text to line chart points (Read 799 times)
Firebird
New Member
Posts: 26
adding text to line chart points
«
on:
July 03, 2024, 03:17:32 pm »
Is there a way to "annotate" points in a line chart? I would like to add a string to each point as to "code" these points. In other words I would like to add data points as (x,y,text).
Logged
wp
Hero Member
Posts: 12280
Re: adding text to line chart points
«
Reply #1 on:
July 03, 2024, 04:49:09 pm »
That's what it's made for:
Code: Pascal
[Select]
[+]
[-]
Chart1LineSeries
.
AddXY
(
x
,
y
,
datapt_label
,
datapt_color
)
;
// title and color optional
In order to display the data point labels, you must switch the series' Marks.Style to smsLabel (if you do this by code you must add unit TAChartUtils). There are other Marks.Style values which select various aspects of a data point - see
https://wiki.lazarus.freepascal.org/TAChart_documentation#Mark_labels
Logged
Firebird
New Member
Posts: 26
Re: adding text to line chart points
«
Reply #2 on:
July 07, 2024, 06:54:56 pm »
Thanks wp that really helps.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
TAChart
(Moderator:
Ask
) »
adding text to line chart points
TinyPortal
© 2005-2018