Sets multi-color palette to fill Surface polygons.
public Boolean UsePalette {get; set;}

Remarks


Default: false

The UsePalette property indicates that Surface polygons will be filled with a multi-color palette. The PaletteSteps property determines the number of entries in the palette.  

Alternatively to Palettesteps you may use UseColorRange property or the Series ColorEachPoint to define colour for the Surface Series.  

Example


This fills the Surface polygons with a multi-color palette:

[C#]

Steema.TeeChart.Styles.Surface Series1 = new Steema.TeeChart.Styles.Surface(); 
tChart1.Series.Add(Series1);
Series1.UsePalette = true;



See Also

Custom3DPalette Class | Custom3DPalette Members | Steema.TeeChart.Styles Namespace