Defines the style of the background hatch filling.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(HatchStyleEnum.None)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public HatchStyleEnum HatchStyle { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(HatchStyleEnum.None)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property HatchStyle As HatchStyleEnum Get Set |