IntensitySeriesBaseWireframeType Property |
LightningChart .NET Help
Gets or sets wireframe type. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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