Skip to main content
All docs
V24.1

SankeyPaletteColorizer.PaletteName Property

Gets or sets the name of a palette that is applied to a diagram.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[TypeConverter(typeof(SankeyPaletteTypeConverter))]
[XtraSerializableProperty]
public string PaletteName { get; set; }

Property Value

Type Description
String

The palette name.

See Also