Previous Next


CurveStyle Property (RDKCurveDefaults 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 RDK will determine a curve style appropriate for your data.

Syntax

object.CurveStyle

Arguments

None.

Return Value

(RDKCurveStyle) – one of the following constants:

RDKCurveStyleAutomatic
RDKCurveStylePoints
RDKCurveStyleLine
RDKCurveStyleBars
RDKCurveStyleSolid

Example

RDKApp.GraphDefaults.Curves(1).CurveStyle = RDKCurveStyleBars