Gets or sets the fill hatch type.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(HatchStyleEnum.Horizontal)] [RefreshPropertiesAttribute(RefreshProperties.All)] [XmlAttributeAttribute] public HatchStyleEnum HatchStyle { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(HatchStyleEnum.Horizontal)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <XmlAttributeAttribute> _ Public Property HatchStyle As HatchStyleEnum Get Set |