Page 1 of 1

How to draw bar surface with diagonal lines

Posted: Mon Apr 22, 2013 2:41 pm
by 15665507
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:

Code: Select all

    BarSerie.SeriesColor = Color.Blue;
    BarSerie.Brush.Color = Color.White;
    BarSerie.Brush.Style = System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal;
Nevertheless the bars are drawn with black borders and white areas inside.
Who knows a solution ?

Thanks in advance

Lothar Weidl-Walther

Re: How to draw bar surface with diagonal lines

Posted: Tue Apr 23, 2013 10:51 am
by 10050769
Hello


Thanks for your information. The Series.Brush.Style property was designed using the System.Drawing.Drawing2D.HatchBrush to change the style of brush of series. As this class doesn't not exist in the .net CF then a feature request has already been added to the wishlist with number [TC26016556] to try an enable a similar functionality in this environment.

Thanks,