AreaSeries.SegmentColorizer Property
In This Article
Gets or sets a colorizer that specifies how to paint area segments.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public ISegmentColorizer SegmentColorizer { get; set; }
#Property Value
Type | Description |
---|---|
ISegment |
The colorizer object. |
See Also