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