Contents Previous Next


FillPattern (BDKCurveDefaults 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 BDKCurveStylePoints). You can specify the fill pattern as automatic, in which case the BDK will determine a pattern appropriate for your graph.

Syntax

object.FillPattern

Arguments

None.

Return Value

(BDKFillPattern) – One of the following values:

BDKFillPatternAutomatic
BDKFillPatternFilled
BDKFillPatternHollow
BDKFillPatternHorizontalLine
BDKFillPatternVerticalLine
BDKFillPatternDiagonalRight
BDKFillPatternDiagonalLeft
BDKFillPatternGrid
BDKFillPatternCrossHatch

Example

BDKApp.GraphDefaults.Curves(1).FillPattern = FillPatterCrossHatch