SnapFieldOptions.ShowChartInfoPanel Property
Gets or sets whether the Chart Info panel is displayed in a chart element.
Namespace: DevExpress.Snap.Core.Options
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | True, to display Chart Info panel; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowChartInfoPanel |
---|---|
SnapControlOptions |
|
Remarks
By default, the newly created Chart element displays a Chart Info panel which overlaps the chart. To hide it, set the ShowChartInfoPanel property to false.
Note
Chart Info panel is hidden if the Snap control is in read-only mode.
See Also