Skip to main content
A newer version of this page is available. .

SeriesLabel.RenderMode Property

Gets or sets a value specifying the mode of rendering labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public LabelRenderMode RenderMode { get; set; }

Property Value

Type Description
LabelRenderMode

A LabelRenderMode enumeration value.

Available values:

Name Description
RectangleConnectedToCenter

A label is always rendered as a rectangle connected by a connector line to its center.

Rectangle

A label is always rendered as a rectangle.

CustomShape

A label is rendered using the custom shape provided by the template.

Note: This mode is supported in XBAP applications only if a custom shape contains a Border element at the root level, and this border is simple.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RenderMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also