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


Gets or sets a Palette boolean which indicates which static palette will be used be the Elements of this series.
Note If used, legend behavior will be different.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.