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

Remarks


Sets the Pen for the Point3D connecting Lines.

Example


[C#]

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

See Also

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