DataLine     Procedure (Sub)

Public Sub DataLine(Optional Color As Long = -1, Optional Thickness As Integer = 1, Optional Style As Integer = 1)

Specify the color and style of the line joining data points.

Parameter Type Description

Color

Long

Line color for joining data points

Thickness

Integer

Line Thickness

Style

Integer

Line style. 0=none, 1=solid, 2=dotted, 3=cubic spline [x values must be sorted, in ascending order, for cubic splines], 4=Area Plot, 5=Area Plot with vertical lines. Note: Area Plots may not display correctly when zoomed in so that no vertices are within the plot area.

Example

Call ecGraph1.DataLine(color, thickness, style) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd