.netCHARTING v10.5 Documentation


Complete Property
Gets or sets the percent complete value of this element.
Syntax
'Declaration
 
Public Property Complete As Integer
'Usage
 
Dim instance As Element
Dim value As Integer
 
instance.Complete = value
 
value = instance.Complete
public int Complete {get; set;}
Remarks
This Element value type is used by ChartType.Combo, ComboHorizontal, and ComboSideBySide with Column and Cylinder SeriesType. Primarily used to create Gantt charts.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also