Back to Devexpress

ChartDesigner.ShowActualData Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-f5fdce25.md

latest1.2 KB
Original Source

ChartDesigner.ShowActualData Property

Specifies whether to use sample data or data from the underlying data source to build a chart for the Chart Designer’s preview.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public bool ShowActualData { get; set; }
vb
Public Property ShowActualData As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to show data from the underlying data source; otherwise, false.

|

See Also

ChartDesigner Class

ChartDesigner Members

DevExpress.XtraCharts.Designer Namespace