dotnetCHARTING Send comments on this topic.
HatchStylePalette Enumeration
See Also  
dotnetCHARTING Namespace : HatchStylePalette Enumeration


Specifies a pre-defined hatch style palette.

Syntax

Visual Basic (Declaration)  
Public Enum HatchStylePalette 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As HatchStylePalette
C#  
public enum HatchStylePalette : Enum 

Members

Member Description
None No hatch style palette is specified.
One Palette one.
Two Palette two.
Three Palette three.
Random A random palette.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.HatchStylePalette

See Also