Dundas Chart for Windows Forms
Enabled Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > SmartLabelsStyle Class : Enabled Property


Enterprise Edition Only Feature. Gets or sets a boolean value that toggles the application of SmartLabels? on and off.
SmartLabels algorithm enabled flag.

Syntax

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

Return Value

If true an algorithm is executed to prevent data point labels from overlapping. If false there will be no prevention for labels overlapping. The default value is false.

Remarks

Toggles the application of the SmartLabels? on and off.

NOTE: SmartLabels only work when the Label angle property is set to zero.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.