Back to Devexpress

ChartLineOptions Interface

officefileapi-devexpress-dot-spreadsheet-dot-charts-c696b721.md

latest2.8 KB
Original Source

ChartLineOptions Interface

Contains display settings for specific lines shown on a chart.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ChartLineOptions :
    ShapeFormat,
    ShapeFormatBase
vb
Public Interface ChartLineOptions
    Inherits ShapeFormat,
             ShapeFormatBase

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.

See Also

ChartLineOptions Members

DevExpress.Spreadsheet.Charts Namespace