Contents Previous Next


PointStyle Property (BDKCurveDefaults 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 BDKCurveStyleSolid). You can specify the point style as automatic, in which case the BDK will determine a style appropriate for your graph.

Syntax

object.PointStyle

Arguments

None.

Return Value

(BDKPointStyle) – one of the values:

BDKPointStyleAutomatic
BDKPointStyleCross
BDKPointStyleX
BDKPointStyleUpTriangle
BDKPointStyleFilledUpTriangle
BDKPointStyleDownTriangle
BDKPointStyleFilledDownTriangle
BDKPointStyleSquare
BDKPointStyleFilledSquare
BDKPointStyleDiamond
BDKPointStyleFilledDiamond
BDKPointStyleSquareX
BDKPointStyleDiamondX
BDKPointStlyeCircle
BDKPointStyleFilledCircle

Example

BDKApp.GraphDefaults.Curves(1).PointStyle = BDKPointStyleCross