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


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

Syntax

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

See Also

© 2010 All Rights Reserved.