ChartPen overview

Constructors

 ConstructorOverloaded

Public Methods

 Assign
 Clone
 CreateNewChartPenCreates a new ChartPen object and sets the Chart property.
 FillDrawingPen
 GetHashCode
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 NewFromTypeCreates a new ChartPen from the System.Type of an existing ChartPen object.

Public Properties

 Chart (inherited from TeeBase)Chart associated with this object
 ColorDetermines the color used by the pen to draw lines on the Drawing.
 DashCapDefines segment ending style of dashed lines.
 DashPattern
 DrawingPenAccesses the internal Drawing.Pen object.
 EndCapStyle of line endings.
 FillDetermines the brush used by the pen to draw lines.
 FillGradientVisibleGets a value which determines whether the Fill brush has a gradient.
 StyleDetermines 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.
 TransparencySets Transparency level from 0 to 100%.
 UseStylingSet to false to make ChartPen ignore Style, DashCap, DashPattern and EndCap properties. Useful as a performance micro-optimization.
 VisibleDetermines if the pen will draw lines or not.
 WidthDetermines the width of lines the pen draws.

Protected Fields

 bVisible
 cColor
 custom
 defaultColor
 defaultEndCap
 defaultVisible
 dstyle
 handle
 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
 ShouldSerializeDashPattern
 ShouldSerializeEndCap
 ShouldSerializeFill
 ShouldSerializeStyle
 ShouldSerializeVisible

See Also

ChartPen Class | Steema.TeeChart.Drawing Namespace