Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartLineOptions Interface

Contains display settings for specific lines shown on a chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public interface ChartLineOptions :
    ShapeFormat,
    ShapeFormatBase

#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.

See Also