Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LabelMark Property
See Also 
Dundas.Charting.WebControl Namespace > CustomLabel Class : LabelMark Property


Defines marks for the labels in the second row. Major tick mark line style is used for drawing.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("Appearance")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Defines marks for the labels in the second row. Major tick mark line style is used for drawing.")>
<PersistenceModeAttribute()>
Public Property LabelMark As LabelMark
Visual Basic (Usage) Copy Code
Dim instance As CustomLabel
Dim value As LabelMark
 
instance.LabelMark = value
 
value = instance.LabelMark
C#  
[CategoryAttribute("Appearance")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Defines marks for the labels in the second row. Major tick mark line style is used for drawing.")]
[PersistenceModeAttribute()]
public LabelMark LabelMark {get; set;}

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