How to draw bar surface with diagonal lines
Posted: Mon Apr 22, 2013 2:41 pm
Hallo,
we use TeeChart for C# in an Windows CE 7.0 environment (.NET Compact Framework 3.5).
I want to display a vertical bar series with diagonal brush style:
Nevertheless the bars are drawn with black borders and white areas inside.
Who knows a solution ?
Thanks in advance
Lothar Weidl-Walther
we use TeeChart for C# in an Windows CE 7.0 environment (.NET Compact Framework 3.5).
I want to display a vertical bar series with diagonal brush style:
Code: Select all
BarSerie.SeriesColor = Color.Blue;
BarSerie.Brush.Color = Color.White;
BarSerie.Brush.Style = System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal;
Who knows a solution ?
Thanks in advance
Lothar Weidl-Walther