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

ChartOptions.PlotVisibleOnly Property

Gets or sets a value indicating whether the hidden values should be displayed on a chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool PlotVisibleOnly { get; set; }

Property Value

Type Description
Boolean

true, if only visible cells are plotted; otherwise, false. The default is true.

Property Paths

You can access this nested property as listed below:

Object Type Path to PlotVisibleOnly
ChartObject
.Options.PlotVisibleOnly

Remarks

Set the PlotVisibleOnly property to false to show data in hidden rows and columns on a chart.

See Also