Skip to main content

AxisBase.GridLinesStrokeStyle Property

Specifies the line style settings for the axis’ major grid lines.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public StrokeStyle GridLinesStrokeStyle { get; set; }

Property Value

Type Description
StrokeStyle

A StrokeStyle object.

See Also