SurfaceSeries3DBaseContourPalette Property |
LightningChart .NET Help
Color palette for Y value information.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic ValueRangePalette ContourPalette { get; set; }Public Property ContourPalette As ValueRangePalette
Get
Set
public:
property ValueRangePalette^ ContourPalette {
ValueRangePalette^ get ();
void set (ValueRangePalette^ value);
}Property Value
Type:
ValueRangePalette
See Also