Back to Devexpress

Palette.ScaleModeSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-palette-ebf026c9.md

latest1.7 KB
Original Source

Palette.ScaleModeSerializable Property

Gets or sets the value used to support serialization of the Palette.ScaleMode property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public PaletteScaleMode ScaleModeSerializable { get; set; }
vb
<Browsable(False)>
Public Property ScaleModeSerializable As PaletteScaleMode

Property Value

TypeDescription
PaletteScaleMode

A PaletteScaleMode enumeration value.

|

Available values:

NameDescription
Repeat

If the number of series points exceeds the number of palette color, the colors are repeated for last series points.

| | Extrapolate |

If the number of series points exceeds the number of palette color, the colors are extrapolated for first and last series points, just like Microsoft Office 2007 does.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

Palette Class

Palette Members

DevExpress.XtraCharts Namespace