The ChartGuideBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Alpha |
opacity of guide line
| |
| Color |
color of guide line
| |
| Dashed |
Use dashed line for the guide
| |
| DashLength |
Dashed line dash length
| |
| EndValue |
if you set value here too, another quide will be drawn. If you set fill alpha greater 0, then the area between these quides will be filled with color
| |
| FillAlpha |
opacity of a fill
| |
| FillColor |
fill color. If not defined, color of a guide will be used. Separate color codes with comas for gradient
| |
| FillGradientColors |
Gradient fill colors
| |
| LineWidth |
width of a guide line (0 for hairline)
| |
| StartValue |
value at which guide should be placed
| |
| TextColor |
text color
| |
| TextSize |
text size
| |
| Title |
text which will be displayed near the guide
| |
| TitleCentered |
if you have start and end values defined, title can be placed in the middle between these values. If false, it will be placed near start_value
| |
| TitleInside |
whether to place title inside plot area
| |
| TitleRotate |
angle of rotation of title
|