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


Gets or sets a value that determines if end labels are displayed.


True if labels are shown at axis ends

Syntax

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

Return Value

True if end labels are shown, false if not. Defaults to true.

Remarks

Determines if the first and last labels along an axis are displayed.

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.