Articles in this section
Category / Section

How to set the Visibility for Chart Header Tool Tip in OlapClient

1 min read

The ToolTip for the Labels in the Chart can be enabled or disabled using ShowHeaderToolTip Property in OlapChart. Please refer the below code snippet to know how to set this property.

C#

public MainPage()
        {
            InitializeComponent();
            this.DataContext = new ViewModel.ViewModel();
            this.olapClient.Loaded += olapClient_Loaded;
        }
 
        void olapClient_Loaded(object sender, System.Windows.RoutedEventArgs e)
        {
           this.olapClient.OlapChart.ShowHeaderToolTip = true;
        }

 

Figure: OlapChart with Header ToolTip

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied