WaterfallSeries3DWireframeType Property |
LightningChart .NET Help
Gets or sets wireframe style. 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
Syntax[DefaultValueAttribute(WaterfallWireframeType.WireframePalettedByY)]
public WaterfallWireframeType WireframeType { get; set; }<DefaultValueAttribute(WaterfallWireframeType.WireframePalettedByY)>
Public Property WireframeType As WaterfallWireframeType
Get
Set
public:
[DefaultValueAttribute(WaterfallWireframeType::WireframePalettedByY)]
property WaterfallWireframeType WireframeType {
WaterfallWireframeType get ();
void set (WaterfallWireframeType value);
}Property Value
Type:
WaterfallWireframeType
See Also