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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
Remarks
Set the PlotVisibleOnly property to false to show data in hidden rows and columns on a chart.
See Also