dotnetCHARTING Send comments on this topic.
HatchStylePalette Property
See Also 
dotnetCHARTING Namespace > Series Class : HatchStylePalette Property


Gets or sets the hatch style palette used be the Elements of this series.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.