Sets the Pen for the Point connecting Lines.
public ChartPen LinePen {get; set;}

Remarks


Sets the Pen for the Point connecting Lines.

Example


[C#]

private void button1_Click_1(object sender, System.EventArgs e) 
{
     ((Steema.TeeChart.Styles.Points)tChart1[0]).LinePen.Color= Color.Red;
}

See Also

Points Class | Points Members | Steema.TeeChart.Styles Namespace