The LineChartGuide type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LineChartGuide |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetXml |
Returns XML subtree representing guide
(Overrides ChartGuideBase..::.GetXml(XmlDocument, ChartGuideBase).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Alpha |
opacity of guide line
(Inherited from ChartGuideBase.) | |
| Axis |
y axis of a guide. There should be at least one graph assigned to this axis in order guide to be visible
| |
| 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.) |