Determines the color used by the pen to draw lines on the Drawing.
public Color Color {get; set;}

Remarks


The Color property determines the color used by the pen to draw lines on the canvas.

The Color property can be any valid .Net color constant like Color.Red, Color.Green, etc.
A special color constant unique to TeeChart is: clTeeColor This is the "default color".

Each TeeChart drawing object has a different default color. For example, the tChart.Frame property has a default color of Color.Black.

See Also

ChartPen Class | ChartPen Members | Steema.TeeChart.Drawing Namespace