SurfaceMeshSeries3DContourLineType Property |
LightningChart .NET Help
Contour line style
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(ContourLineType3D.FastColorZones)]
public ContourLineType3D ContourLineType { get; set; }<DefaultValueAttribute(ContourLineType3D.FastColorZones)>
Public Property ContourLineType As ContourLineType3D
Get
Set
public:
[DefaultValueAttribute(ContourLineType3D::FastColorZones)]
property ContourLineType3D ContourLineType {
ContourLineType3D get ();
void set (ContourLineType3D value);
}Property Value
Type:
ContourLineType3D
See Also