Recent

Author Topic: pointseries  (Read 2489 times)

frederic

  • Full Member
  • ***
  • Posts: 226
pointseries
« on: February 08, 2015, 05:12:20 pm »
dear specialists

i have list of datapoints which want to present as single-points (preferably with the option to use different shapes of the points).

this is basic item in charts so I wondered why this is not on the series list ;
so i must have missed this important "point".

so how do handle pointseries in TAchart"?


frederic

wp

  • Hero Member
  • *****
  • Posts: 13363
Re: pointseries
« Reply #1 on: February 08, 2015, 06:11:07 pm »
The TLineSeries is what you need: To show the points set its "ShowPoints" to "True", and to hide the connecting lines, set its "LineType" to "ltNone". Note that the "SeriesColor" applies only to the connecting lines; to specify the color of the points change the "Pointer.Brush.Color" for the fill and/or "Pointer.Pen.Color" for the border line color. The "Pointer" property also gives access to the "Style" (circle, triangle, box, etc).

frederic

  • Full Member
  • ***
  • Posts: 226
Re: pointseries
« Reply #2 on: February 09, 2015, 09:45:21 am »
wp

your explication would be a good addition in Tachart documentation under basic series

 thank you

frederic
« Last Edit: February 09, 2015, 10:00:26 am by frederic »

wp

  • Hero Member
  • *****
  • Posts: 13363
Re: pointseries
« Reply #3 on: February 10, 2015, 12:27:37 am »
Done

 

TinyPortal © 2005-2018