Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

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