Skip to main content

StackedBar3DSeriesLabelModel.LineStyle Property

Gets or sets the model of the line style of the modeled 3D stacked bar series label.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public LineStyleModel LineStyle { get; set; }

Property Value

Type Description
LineStyleModel

The model of the line style.

See Also