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


Gets or sets this element's HatchStyle color.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.