Back to Devexpress

RangeBarSeriesView.MinValueMarker Property

corelibraries-devexpress-dot-xtracharts-dot-rangebarseriesview-7407fe22.md

latest2.5 KB
Original Source

RangeBarSeriesView.MinValueMarker Property

Gets the specific data point marker‘s settings for the minimum 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 MinValueMarker { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property MinValueMarker As Marker

Property Value

TypeDescription
Marker

A Marker object that contains the specific marker settings.

|

Remarks

The MinValueMarker 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 MinValueMarker 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