dotnetCHARTING Send comments on this topic.
Complete Property
See Also 
dotnetCHARTING Namespace > Element Class : Complete Property



Gets or sets the percent complete value of this element.

Syntax

Visual Basic (Declaration) 
Public Property Complete As Integer
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Integer
 
instance.Complete = value
 
value = instance.Complete
C# 
public int Complete {get; set;}
C++/CLI 
public:
property int Complete {
   int get();
   void set (int value);
}

Remarks

This Element value type is used by ChartType.Combo, ComboHorizontal, and ComboSideBySide with Column and Cylinder SeriesType. Primarily used to create Gantt charts.

See Also