ScrollMode     Variable

Public ScrollMode As Integer

You can change the plot style of the graph when scrolling, which is useful when the plot style and the amount of data combine to make an image that is a bit slow to refresh. For example, you may choose .PlotStyle = 4 (Columns) for your graph, then you can set .ScrollMode = 3 or 4 (Axes only or Bounding box) to speed up the refresh times while scrolling. Use ScrollMode = 0 for Gradient, 1 for Flat surfaces, 2 for Wire-Frame, 3 for Axes only, 4 for Bounding box. ScrollMode is ignored if its value is greater than RenderStyle

See Also..

PlotStyle   RenderStyle   BoundingBoxFloorColor   BoundingBoxFrameColor  

Example..

x = ecGraph3D1.ScrollMode


     
Contents     Variables     Events     Properties     Functions     Subs

ecGraph3D    Copyright © 2008, Encore Consulting Pty Ltd