dotnetCHARTING Send comments on this topic.
UseSections Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : UseSections Property


Gets or sets a value that determines if the chart image is rendered as a single image or in sections.

Syntax

Visual Basic (Declaration) 
Public Property UseSections As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Boolean
 
instance.UseSections = value
 
value = instance.UseSections
C# 
public bool UseSections {get; set;}

See Also

© 2010 All Rights Reserved.