Name | Value | Description | |||
exGridLinesDot | 0 | The control's gridlines are shown as dotted. | |||
exGridLinesHDot4 | 1 | The horizontal control's gridlines are shown as dotted. | |||
exGridLinesVDot4 | 2 | The vertical control's gridlines are shown as dotted. | |||
exGridLinesDot4 | 3 | The control's gridlines are shown as solid. | |||
exGridLinesHDash | 4 | The horizontal control's gridlines are shown as dashed. | |||
exGridLinesVDash | 8 | The vertical control's gridlines are shown as dashed. | |||
exGridLinesDash | 12 | The control's gridlines are shown as dashed. | |||
exGridLinesHSolid | 16 | The horizontal control's gridlines are shown as solid. | |||
exGridLinesVSolid | 32 | The vertical control's gridlines are shown as solid. | |||
exGridLinesSolid | 48 | The control's gridlines are shown as solid. | |||
exGridLinesBehind | 256 |
The
exGridLinesBehind flag specifies whether the:
The following screen shot shows the non-working part (gray section) behind the item's background (Chart.GridLineStyle property includes the exGridLinesBehind flag) The following screen shot shows the non-working part (gray section) in front of the item's background ( Chart.GridLineStyle property without the exGridLinesBehind flag) The exGridLinesBehind flag has effect for the chart area only, so it has to be used with the Chart.GridLineStyle property. | |||
exGridLinesGeometric | 512 | The control's gridlines are drawn using a geometric pen. The exGridLinesGeometric flag can be combined with any other flag. A geometric pen can have any width and can have any of the attributes of a brush, such as dithers and patterns. A cosmetic pen can only be a single pixel wide and must be a solid color, but cosmetic pens are generally faster than geometric pens. The width of a geometric pen is always specified in world units. The width of a cosmetic pen is always 1. |