Skip to main content

RangeBarSeriesView.MaxValueMarker Property

Gets the specific data point marker‘s settings for the maximum value of every range bar displayed by a series of the range bar view type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Marker MaxValueMarker { get; }

Property Value

Type Description
Marker

A Marker object that contains the specific marker settings.

Remarks

The MaxValueMarker property provides access to the settings which define how the data point markers are displayed within a series of the Side-by-Side Range Bar, Overlapped Range Bar and Gantt types.

Note that the settings available via the MaxValueMarker property can affect the appearance of any related elements (such as series labels and connection lines between markers and labels) if these elements are not customized independently (for instance, via the SeriesBase.Label property).

See Also