Previous Next


PointStyle Property (RDKCurveDefaults Object)

Description

Sets or returns the point style used to draw the curve. This setting is not used in all situations (for example when the CurveStyle property is set to RDKCurveStyleSolid). You can specify the point style as automatic, in which case the RDK will determine a style appropriate for your graph.

Syntax

object.PointStyle

Arguments

None.

Return Value

(RDKPointStyle) – one of the values:

RDKPointStyleAutomatic
RDKPointStyleCross
RDKPointStyleX
RDKPointStyleUpTriangle
RDKPointStyleFilledUpTriangle
RDKPointStyleDownTriangle
RDKPointStyleFilledDownTriangle
RDKPointStyleSquare
RDKPointStyleFilledSquare
RDKPointStyleDiamond
RDKPointStyleFilledDiamond
RDKPointStyleSquareX
RDKPointStyleDiamondX
RDKPointStlyeCircle
RDKPointStyleFilledCircle

Example

RDKApp.GraphDefaults.Curves(1).PointStyle = RDKPointStyleCross