IntensitySeriesBaseWireframeType Property |
LightningChart .NET Help
Wireframe type.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(SurfaceWireframeType.None)]
public SurfaceWireframeType WireframeType { get; set; }<DefaultValueAttribute(SurfaceWireframeType.None)>
Public Property WireframeType As SurfaceWireframeType
Get
Set
public:
[DefaultValueAttribute(SurfaceWireframeType::None)]
property SurfaceWireframeType WireframeType {
SurfaceWireframeType get ();
void set (SurfaceWireframeType value);
}Property Value
Type:
SurfaceWireframeType
See Also