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


Gets or sets this element's hatch style.

Syntax

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

Example

Remarks

Hatch styles are filled using HatchColor. By default the color is transparent and may need to be specified before the hatch appears.

See Also

© 2010 All Rights Reserved.