SurfaceGridSeries3DFill Property |
LightningChart .NET Help
Surface fill
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(SurfaceFillStyle), "PalettedByY")]
public SurfaceFillStyle Fill { get; set; }<DefaultValueAttribute(GetType(SurfaceFillStyle), "PalettedByY")>
Public Property Fill As SurfaceFillStyle
Get
Set
public:
[DefaultValueAttribute(typeof(SurfaceFillStyle), L"PalettedByY")]
property SurfaceFillStyle Fill {
SurfaceFillStyle get ();
void set (SurfaceFillStyle value);
}Property Value
Type:
SurfaceFillStyle
See Also