Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Regarding BackHatchStyle.DarkDownwardDiagonal
posted

Hi Team,

I want to have a cell level hatching that would look something like the attached image.

is it possible to have control over the diagonal lines like in the image ? 

Currently I am using BackHatchStyle enum

Thanks,
Sid. 

Parents
No Data
Reply
  • 23930
    Offline posted

    Hi Sid,

     

    Thank you for posting in our forums.

     

    In order to achieve similar look for the cells you need to set the BackColor, BackColor2 and ForeColor properties of the CellAppearance to the appropriate colors and then set the BackHatchStyle. This property is an enum, which have predefined types of back hatch. You don’t have control over the predefined types, you can only chose which one to use.

     

    I have attached a sample which achieves similar cell appearance to the image you have posted here.

     

    Please let me know if you have any additional questions.

    WG_BackHatch.zip
Children
No Data