dotnetCHARTING Send comments on this topic.
HotspotMinimumSize Property
See Also 
dotnetCHARTING Namespace > Chart Class : HotspotMinimumSize Property


Gets or sets a value that indicates the minimum size in pixels a hotspot must be in order for it to be generated.

Syntax

Visual Basic (Declaration) 
Public Property HotspotMinimumSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Integer
 
instance.HotspotMinimumSize = value
 
value = instance.HotspotMinimumSize
C# 
public int HotspotMinimumSize {get; set;}

See Also

© 2010 All Rights Reserved.