ChartPen overview

Constructors

 ConstructorOverloaded

Public Methods

 Assign
 Clone
 CreateNewChartPenCreates a new ChartPen object and sets the Chart property.
 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.
 DashPattern
 DashWidth
 DrawingPenAccesses the internal Drawing.Pen object.
 EndCapStyle of line endings.
 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.

See Also

ChartPen Class | Steema.TeeChart.Drawing Namespace