Previous Next


FillPattern Property (RDKCurveDefaults Object)

Description

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

Syntax

object.FillPattern

Arguments

None.

Return Value

(RDKFillPattern) – One of the following values:

RDKFillPatternAutomatic
RDKFillPatternFilled
RDKFillPatternHollow
RDKFillPatternHorizontalLine
RDKFillPatternVerticalLine
RDKFillPatternDiagonalRight
RDKFillPatternDiagonalLeft
RDKFillPatternGrid
RDKFillPatternCrossHatch

Example

RDKApp.GraphDefaults.Curves(1).FillPattern = FillPatternCrossHatch