Previous Next


LineStyle Property (RDKCurveDefaults Object)

Description

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

Syntax

object.LineStyle

Arguments

None.

Return Value

(RDKLineStyle) – one of the values:

RDKLineStyleAutomatic
RDKLineStyleRegular
RDKLineStyleDash
RDKLineStyleDot
RDKLineStyleDashDot
RDKLineStyleDashDotDot
RDKLineStyleThick1
RDKLineStyleThick2
RDKLineStyleThick3
RDKLineStyleThick4

Example

RDKApp.GraphDefaults.Curves(1).LineStyle = RDKLineStyleThick3