Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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

    [DefaultValue(true)]
    public bool ShowChartInfoPanel { get; set; }

    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
    .Fields .ShowChartInfoPanel

    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.

    snap-chart-info-panel

    Note

    Chart Info panel is hidden if the Snap control is in read-only mode.

    See Also