Skip to main content
A newer version of this page is available. .

ChartLineOptions Interface

Contains display settings for specific lines shown on a chart.

Namespace: DevExpress.Spreadsheet.Charts

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

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