corelibraries-devexpress-dot-xtracharts-ecac2b00.md
Defines the settings of grid lines which belong to the secondary X-axis.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public sealed class SecondaryGridLinesX :
GridLines
Public NotInheritable Class SecondaryGridLinesX
Inherits GridLines
The SecondaryGridLinesX class contains grid line settings for an axis of the SecondaryAxisX type. The SecondaryGridLinesX class inherits properties and methods from the base GridLines class. Please see the GridLines class description for more information on the available settings.
An object of the SecondaryGridLinesX type can be accessed via the AxisBase.GridLines property of an axis of the SecondaryAxisX type.
For more information, refer to Primary and Secondary Axes.
Object ChartElement GridLines SecondaryGridLinesX
See Also