public Int32 PaletteSteps {get; set;}
Remarks
Default: 32
The PaletteSteps property indicates the number of entries in the default color Palette. As more steps, more different colors will be used to fill the Surface polygons. Setting this property forces Surface series to recreate the default color palette.
Example
[C#] Steema.TeeChart.Styles.Surface Series1 = new Steema.TeeChart.Styles.Surface();
tChart1.Series.Add(Series1);
Series1.PaletteSteps = 100;
See Also
Custom3DPalette Class | Custom3DPalette Members | Steema.TeeChart.Styles Namespace