Skip to main content

TcxGridChartDiagramSelectorPopup.ImageOffset Property

Returns the offset (in pixels) of images in the diagram selector‘s dropdown list relative to its left edge.

Declaration

property ImageOffset: Integer read;

Property Value

Type
Integer

Remarks

List items display diagram type captions and corresponding images. You can adjust the position of item images via the ImageOffset property.

TcxGridChartDiagramSelectorPopup descendants can override the GetImageOffset function that represents the setter of the ImageOffset property so as to provide custom values for this property.

See Also