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).