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

RangeAreaSeries.Line2SegmentColorizer Property

Gets or sets the segment colorizer that specifies colors used to paint segments of the series’ second line. This is a bindable property.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public ISegmentColorizer Line2SegmentColorizer { get; set; }

Property Value

Type Description
ISegmentColorizer

A GradientPointBasedSegmentColorizer object.

See Also