Skip to main content

RangeAreaSeries.Line2SegmentColorizer Property

Gets or sets the segment colorizer that specifies colors used to paint segments of the series’ second line.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public ISegmentColorizer Line2SegmentColorizer { get; set; }

Property Value

Type Description
ISegmentColorizer

A GradientPointBasedSegmentColorizer object.

See Also