The ColumnChartGuide type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Alpha |
opacity of guide line
(Inherited from ChartGuideBase.) | |
| Behind |
whether your guides should appear in front of columns or behind them
| |
| Color |
color of guide line
(Inherited from ChartGuideBase.) | |
| Dashed |
Use dashed line for the guide
(Inherited from ChartGuideBase.) | |
| DashLength |
Dashed line dash length
(Inherited from ChartGuideBase.) | |
| 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
(Inherited from ChartGuideBase.) | |
| FillAlpha |
opacity of a fill
(Inherited from ChartGuideBase.) | |
| FillColor |
fill color. If not defined, color of a guide will be used. Separate color codes with comas for gradient
(Inherited from ChartGuideBase.) | |
| FillGradientColors |
Gradient fill colors
(Inherited from ChartGuideBase.) | |
| LineWidth |
width of a guide line (0 for hairline)
(Inherited from ChartGuideBase.) | |
| StartValue |
value at which guide should be placed
(Inherited from ChartGuideBase.) | |
| TextColor |
text color
(Inherited from ChartGuideBase.) | |
| TextSize |
text size
(Inherited from ChartGuideBase.) | |
| Title |
text which will be displayed near the guide
(Inherited from ChartGuideBase.) | |
| 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
(Inherited from ChartGuideBase.) | |
| TitleInside |
whether to place title inside plot area
(Inherited from ChartGuideBase.) | |
| TitleRotate |
angle of rotation of title
(Inherited from ChartGuideBase.) |