ChartLineOptions Interface
Contains display settings for specific lines shown on a chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return ChartLineOptions objects:
Remarks
Use the Axis.MajorGridlines, Axis.MinorGridlines, DataLabelOptions.LeaderLines, ChartView.DropLines, ChartView.HighLowLines or ChartView.SeriesLines property (depending on what chart line you wish to format) to access an object exposing the ChartLineOptions interface. Utilize the object’s members to display (via the ChartLineOptions.Visible property) the specific line on a chart and adjust its appearance. The ChartLineOptions object inherits formatting options from the ShapeFormatBase object, so that it utilizes the ShapeFormatBase.Outline property to specify the line color and set the line width.