SurfaceSeries3DBaseContourPalette Property |
LightningChart .NET Help
Gets or sets color palette for Y value information. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Series3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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