Applies a darker shade to 3D Chart Walls when true.
public Boolean ApplyDark {get; set;}

Remarks


Default: true

This property applies a darker shade to the 3D Chart Walls when true.

Example


[C#]

This button toggles the ApplyDark property

private void button4_Click(object sender, System.EventArgs e) 
{
     tChart1.Walls.Left.ApplyDark =! tChart1.Walls.Left.ApplyDark;
}

See Also

Wall Class | Wall Members | Steema.TeeChart Namespace