RadarLineSeriesViewModel.LineStyle Property
In This Article
Returns the model of the line style of the modeled Radar Line series view.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public LineStyleModel LineStyle { get; }
#Property Value
Type | Description |
---|---|
Line |
The model of the line style. |
See Also