SegmentBasedRangeFillColorizer.SegmentColorizer2 Property
In This Article
Gets or sets the second line segment colorizer that specifies colors used to paint area segments.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public ISegmentColorizer SegmentColorizer2 { get; set; }
#Property Value
Type | Description |
---|---|
ISegment |
A Gradient |
See Also