Skip to main content
A newer version of this page is available. .

Series3DViewBase.Colorizer Property

Gets or sets the colorizer used to paint point markers.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Colorizer3DBase Colorizer { get; set; }

Property Value

Type Description
Colorizer3DBase

The colorizer that provides point markers with colors.

See Also