Back to Devexpress

RangeBarSeriesView.MaxValueMarker Property

corelibraries-devexpress-dot-xtracharts-dot-rangebarseriesview-a6e18a71.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Marker MaxValueMarker { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property MaxValueMarker As Marker

Property Value

TypeDescription
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

RangeBarSeriesView Class

RangeBarSeriesView Members

DevExpress.XtraCharts Namespace