Skip to main content

SegmentBasedStackedFillColorizer.SegmentColorizer Property

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

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public IStackedSegmentColorizer SegmentColorizer { get; set; }

Property Value

Type Description
IStackedSegmentColorizer

A GradientPointBasedStackedSegmentColorizer object.

See Also