Sets the bevel characteristics of the Shape.
public Bevel Bevel {get; set;}

Remarks


Sets the bevel characteristics of the Shape.

Example


[C#]

tChart1.Legend.Bevel.ColorOne = System.Drawing.Color.Red; 
tChart1.Legend.Bevel.ColorTwo = System.Drawing.Color.Yellow;
tChart1.Legend.Bevel.Inner = Steema.TeeChart.Drawing.BevelStyles.Lowered;
tChart1.Legend.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.Raised;

See Also

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