TCustomExportDrawingFill → TExportDrawingMarkers
TExportDrawingMarkers defines markers of a drawing object.
Name | Type | Description |
---|---|---|
Color | TColor | Marker color. Supported only by Excel. Calc uses the line color. |
Transparency | Byte | Marker transparency. 0 = no transparency, 100 = full transparency Supported only by Excel. Calc uses the line transparency. |
FillType | TDrawingFillType | Marker fill type. Use edfAutomatic if you want to use the same marker color like the chart line color. Supported only by Excel. Calc uses the line color. |
Size | Integer | Marker size (width) in pixels. Use -1 for default size. |
Symbol | TDrawingMarkerSymbol | Marker symbol |
function Set*(const *): TExportDrawingMarkers; |
---|
The Set* functions set the appropriate property. The functions return Self. Thanks to this, more Set* functions can be called in one line. |