Use the members of this enumeration to set the value
of the Appearance property of an DataHighlight object.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[FlagsAttribute] public enum DataAppearanceEnum |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration DataAppearanceEnum |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Appearance is not changed | |
Symbol | 31 | Changes symbol style. | |
Line | 196832 | Changes line style. | |
Fill | 32512 | Changes fill style. | |
SymbolShape | 1 | Changes symbol shape. | |
SymbolSize | 2 | Changes symbol size. | |
SymbolColor | 4 | Changes symbol color. | |
SymbolOutlineColor | 8 | Changes symbol outline color. | |
SymbolOutlineWidth | 16 | Changes symbol outline width. | |
LineColor | 32 | Changes line color. | |
LinePattern | 64 | Changes line pattern. | |
LineThickness | 128 | Changes line thickness. | |
FillAlpha | 256 | Changes fill alpha. | |
FillColor1 | 512 | Changes fill Color1. | |
FillColor2 | 1024 | Changes fill Color2. | |
FillType | 2048 | Changes fill type. | |
FillGradientStyle | 4096 | Changes fill gradient style. | |
FillHatchStyle | 8192 | Changes fill hatch style. | |
FillImage | 16384 | Changes fill image. | |
Offset | 32768 | Changes data series offset(only for pie chart). | |
LineMiterLimit | 65536 | Changes line MiterLimit. | |
LineLineJoin | 131072 | Changes line LineJoin. |