![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
Summary: | Extended Brush Styles | ||
---|---|---|---|
Product: | VCL TeeChart | Reporter: | Errol <errol.anderson.nz> |
Component: | Chart | Assignee: | Steema Issue Manager <issuemanager> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | david |
Priority: | --- | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
Attachments: | Possible extended brush styles |
*** Bug 615 has been marked as a duplicate of this bug. *** Yes, this is a welcome new feature. Right now (for VCL), the Brush.Bitmap property can be used as a pattern. This is different than the Brush.Image property, which is used to fill areas in "stretch" mode instead of pattern mode. When using the GDI+ canvas there is the possibility of using GDI+ "Hatch Styles" (here a list: https://drewnoakes.com/snippets/GdiColorChart/ ) without using the Brush.Bitmap property, but this long list of hatch styles is not available as valid enum values for Brush.Style. One solution could be an additional Brush.HatchStyle property, but that will be only available in VCL, and only when using the GDI+ canvas. Right now the Brush editor dialog shows additional styles at the "Hatch" tab, as small bitmaps that are contained in the TeeBrushes.res resource file. |
Created attachment 107 [details] Possible extended brush styles Would it be possible to extend the range of standard Windows Brush Styles (e.g. bsSolid, bsCross, bsClear). Some suggestions in the attachments (poor resolution - can send better resolution as individual files)