
|
TSeriesPointerStyle
type TSeriesPointerStyle = (psRectangle, psCircle, psTriangle, psDownTriangle, psCross, psDiagCross, psStar, psDiamond, psSmallDot, psNothing, psLeftTriangle, psRightTriangle, psHexagon, psVisual, psDonut, psArrow);
Unit
TeEngine
Description
TSeriesPointerStyle defines the possible values of the TSeriesPointer.TSeriesPointer.Style property. This is the shape a TCustomSeries.Pointer has.
psRectangle
psCircle
psTriangle
psDownTriangle
psCross
psDiagCross
psStar
psDiamond
psSmallDot
psNothing
psLeftTriangle
psRightTriangle
psHexagon
psVisual
psDonut
psArrow
You can change the pointer TSeriesPointer.Style both at design and runtime:
PointSeries1.Pointer.Style := psTriangle ;
Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.