SurfaceSeries3DBaseFastContourZoneHeight Property |
LightningChart .NET Help
Height (Y-axis value range) for fast contour zones. The fast contour zone is a contour line equivalent.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "1")]
public double FastContourZoneHeight { get; set; }<DefaultValueAttribute(GetType(Double), "1")>
Public Property FastContourZoneHeight As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"1")]
property double FastContourZoneHeight {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also