RangeAreaSeries.Line1SegmentColorizer Property
In This Article
Gets or sets the segment colorizer that specifies colors used to paint segments of the series’ first line. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public ISegmentColorizer Line1SegmentColorizer { get; set; }
#Property Value
Type | Description |
---|---|
ISegment |
A Gradient |
See Also