dotnetCHARTING Send comments on this topic.
DashStyle Property
See Also 
dotnetCHARTING Namespace > LegendEntry Class : DashStyle Property


Gets or sets a line DashStyle that influences how the entry's icon is drawn.

Syntax

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

Remarks

This object is used with the following settings
LegendEntry.SeriesType = SeriesType.Marker
LegendEntry.In3D = false

See Also

© 2010 All Rights Reserved.