The ChartGuideBase type exposes the following members.

Constructors

  NameDescription
ChartGuideBase

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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

See Also