Namespace:
C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum PropertyPageFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration PropertyPageFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| GallerySimple | 1 | ||
| GalleryComplex | 2 | ||
| Group0Data | 4 | ||
| Group0DataBinding | 8 | ||
| Group0DataTable | 16 | ||
| Group1Data | 32 | ||
| Group1DataBinding | 64 | ||
| Group1DataTable | 128 | ||
| AxisX | 256 | ||
| AxisXScale | 512 | ||
| AxisXAnno | 1024 | ||
| AxisXGridLines | 2048 | ||
| AxisY | 4096 | ||
| AxisYScale | 8192 | ||
| AxisYAnno | 16384 | ||
| AxisYGridLines | 32768 | ||
| AxisY2 | 65536 | ||
| AxisY2Scale | 131072 | ||
| AxisY2Anno | 262144 | ||
| AxisY2GridLines | 524288 | ||
| Appearance | 1048576 | ||
| AppearanceChartArea | 2097152 | ||
| AppearanceHeader | 4194304 | ||
| AppearanceFooter | 8388608 | ||
| AppearanceLegend | 16777216 | ||
| AppearancePlotArea | 33554432 | ||
| Preview | 67108864 | ||
| All | 134217727 |