[Lazarus] TAChart

Werner Pamler werner.pamler at freenet.de
Wed Jun 3 18:49:06 CEST 2015


I suppose you use a TLineSeries, but the same principle should work for 
TBSplineSeries and TCubicSplineSeries

Chart1LineSeries1.Pointer.Style := psCircle;         // round points
Chart1LineSeries1.Pointer.Pen.Style := psClear;    // no border




More information about the Lazarus mailing list