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;}
C++/CLI 
public:
property Object^ Type {
   Object^ get();
   void set (Object^ value);
}

Remarks

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

See Also