See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

GanttCompleteHatchStyle Property

Gets or sets the hatch style drawn on columns and cylinders when an element's Complete value is set.

[Visual Basic]
Public Property GanttCompleteHatchStyle As HatchStyle
[C#]
public HatchStyle GanttCompleteHatchStyle {get; set;}

Remarks

Typically used with Gantt charts to indicate what percentage of a task has been completed.

Example

[C#] 

//Import Drawing2D : <%@ Import Namespace="System.Drawing.Drawing2D" %> 
Chart.GanttCompleteHatchStyle = HatchStyle.DiagonalCross;

[Visual Basic] 

'Import Drawing2D : <%@ Import Namespace="System.Drawing.Drawing2D" %>
Chart.GanttCompleteHatchStyle = HatchStyle.DiagonalCross

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.