Style used to fill non-transparentlabels
| Visual Basic |
|---|
Public Property BackStyle As Integer |
These properties are not relevant where LabelType=doLabelLine(3).
If transparent is false, then ellipses, rectangles, polygons, and the area behind text are filled with the BackColour Colour.
If BackStyle is not –1, then a pattern is used to fill the area, the lines being drawn in the BackColour. If transparent is false, then these are drawn on a white background.
The styles are:
|
0 |
Horizontal |
----- |
|
1 |
Vertical |
||||| |
|
2 |
Fdiagonal |
|
|
3 |
Bdiagonal |
///// |
|
4 |
H_Cross |
+++++ |
|
5 |
Diagcross |
xxxxx |