RangeAreaSeries.Line1SegmentColorizer Property
Gets or sets the segment colorizer that specifies colors used to paint segments of the series’ first line.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public ISegmentColorizer Line1SegmentColorizer { get; set; }
Property Value
Type | Description |
---|---|
ISegmentColorizer | A GradientPointBasedSegmentColorizer object. |
See Also