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

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Marker MinValueMarker { get; }

Property Value

Type Description
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