dotnetCHARTING Send comments on this topic.
Type Property
See Also 
dotnetCHARTING Namespace > Series Class : Type Property


Gets or sets the type of this series.

Syntax

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

Remarks

This property accepts string, SeriesType, or !UNRECOGNISED ELEMENT TYPE 'dotnetCHARTING.SeriesTypeFinancial'! enumeration.

See Also

© 2010 All Rights Reserved.