Contents Previous Next


CurveStyle Property (BDKCurveDefaults Object)

Description

Sets or returns the curve style of the curve. In general curves can be solid fill, bars, lines, or points. Not all graphs support all these options, and if you are graphing using Microsoft Excel as the destination, the options may be limited further. You can specify the style as automatic, in which case the BDK will determine a curve style appropriate for your data.

Syntax

object.CurveStyle

Arguments

None.

Return Value

(BDKCurveStyle) – one of the following constants:

BDKCurveStyleAutomatic
BDKCurveStylePoints
BDKCurveStyleLine
BDKCurveStyleBars
BDKCurveStyleSolid

Example

BDKApp.GraphDefaults.Curves(1).CurveStyle = BDKCurveStyleBars