AxisLinePen overview

Public Methods

 Assign (inherited from ChartPen)
 Clone (inherited from ChartPen)
 FillDrawingPen (inherited from ChartPen)
 GetHashCode (inherited from ChartPen)
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.

Public Properties

 Chart (inherited from TeeBase)Chart associated with this object
 Color (inherited from ChartPen)Determines the color used by the pen to draw lines on the Drawing.
 DashCap (inherited from ChartPen)Defines segment ending style of dashed lines.
 DashPattern (inherited from ChartPen)
 DrawingPen (inherited from ChartPen)Accesses the internal Drawing.Pen object.
 EndCap (inherited from ChartPen)Style of line endings.
 Fill (inherited from ChartPen)Determines the brush used by the pen to draw lines.
 FillGradientVisible (inherited from ChartPen)Gets a value which determines whether the Fill brush has a gradient.
 Style (inherited from ChartPen)Determines the style in which the pen draw lines on the Drawing.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 Transparency (inherited from ChartPen)Sets Transparency level from 0 to 100%.
 UseStyling (inherited from ChartPen)Set to false to make ChartPen ignore Style, DashCap, DashPattern and EndCap properties. Useful as a performance micro-optimization.
 Visible (inherited from ChartPen)Determines if the pen will draw lines or not.
 WidthSets the width of the AxisLinePen

Constructors

 Steema.TeeChart.Axis.AxisLinePen..ctorOverloaded

Protected Fields

 bVisible (inherited from ChartPen)
 cColor (inherited from ChartPen)
 custom (inherited from ChartPen)
 defaultColor (inherited from ChartPen)
 defaultEndCap (inherited from ChartPen)
 defaultVisible (inherited from ChartPen)
 dstyle (inherited from ChartPen)
 handle (inherited from ChartPen)
 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 ShowInEditor (inherited from TeeBase)

Protected Methods

 AssignPen
 SetBooleanProperty (inherited from TeeBase)
 SetChart (inherited from TeeBase)
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetIntegerProperty (inherited from TeeBase)
 SetStringProperty (inherited from TeeBase)
 ShouldSerializeColor (inherited from ChartPen)
 ShouldSerializeDashPattern (inherited from ChartPen)
 ShouldSerializeEndCap (inherited from ChartPen)
 ShouldSerializeFill (inherited from ChartPen)
 ShouldSerializeStyle (inherited from ChartPen)
 ShouldSerializeVisible (inherited from ChartPen)

See Also

AxisLinePen Class | Steema.TeeChart Namespace