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 BDKCurveStylePoints). You can specify the line style as automatic, in which case the BDK will determine a style appropriate for your graph.
Syntax
object.LineStyle
Arguments
None.
Return Value
(BDKLineStyle) – one of the values:
| BDKLineStyleAutomatic |
| BDKLineStyleRegular |
| BDKLineStyleDash |
| BDKLineStyleDot |
| BDKLineStyleDashDot |
| BDKLineStyleDashDotDot |
| BDKLineStyleThick1 |
| BDKLineStyleThick2 |
| BDKLineStyleThick3 |
| BDKLineStyleThick4 |
Example
BDKApp.GraphDefaults.Curves(1).LineStyle = BDKLineStyleThick3