public BarStyles BarStyle {get; set;}
Remarks
Default Value: Rectangle
The BarStyle property defines the Bar shape used to draw Bars.
Example
This example sets the BarStyle to the Pyramid type.
[C#]
Steema.TeeChart.Styles.Bar Series1 = new Steema.TeeChart.Styles.Bar();
tChart1.Series.Add(Series1);
Series1.BarStyle = Pyramid;
See Also
CustomBar Class | CustomBar Members | Steema.TeeChart.Styles Namespace