Skip to main content

Line3DSeriesLabelModel.Shadow Property

Gets or sets the model of the shadow of the modeled 3D line series label.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public ShadowModel Shadow { get; set; }

Property Value

Type Description
ShadowModel

The shadow model.

See Also