Back to Devexpress

CrosshairLabelElement.MarkerImageSizeMode Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairlabelelement-1a387d32.md

latest2.2 KB
Original Source

CrosshairLabelElement.MarkerImageSizeMode Property

Specifies the marker image size mode of a crosshair label when implementing custom draw in the crosshair cursor.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartImageSizeMode MarkerImageSizeMode { get; set; }
vb
Public Property MarkerImageSizeMode As ChartImageSizeMode

Property Value

TypeDescription
ChartImageSizeMode

A ChartImageSizeMode enumeration value, representing the marker image size mode.

|

Available values:

NameDescription
AutoSize

Represents the size mode, in which an image is auto-resized to fit its container’s bounds.

| | Stretch |

Represents the size mode, in which an image is stretched to fit its container’s bounds.

| | Zoom |

Represents the size mode, in which an image is zoomed to fit its container’s bounds.

| | Tile |

Represents the size mode, in which an image is tiled to fit its container’s bounds.

|

Remarks

Use the MarkerImageSizeMode property to specify the marker image size mode of a crosshair label in the ChartControl.CustomDrawCrosshair event handler.

For more information, refer to Tooltip and Crosshair Cursor.

See Also

CrosshairLabelElement Class

CrosshairLabelElement Members

DevExpress.XtraCharts Namespace