Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
OlapAxis
posted

Hi,

 

In your sample : http://samples.infragistics.com/sldv/RunSamples.aspx?cn=pivot-grid#/pivot-grid/integration-with-datachart

you are creating a datachart with the same datasource as the pivotgrid. My question is how can i add a tooltip?

In the below code, the series are automatically generated. how can i add a tooltip to them?

 

<ig:XamDataChart Grid.Row="1" Grid.Column="0"
            x:Name="xmOlapDataChart"  
            VerticalZoombarVisibility="Visible" 
            VerticalZoomable="True"
            HorizontalZoombarVisibility="Visible"
            HorizontalZoomable="True">
            <ig:XamDataChart.Axes>
                <ig:OlapXAxis 
                    x:Name="olapXAxis"
                    DataSource="{StaticResource DataSource}" 
                    OlapAxisSource="Columns"
                    AutoGenerateSeries="True"   
                    YAxis="{Binding ElementName=xmYAxis1}"/>
                <ig:NumericYAxis x:Name="xmYAxis1" MinimumValue="0" />
            </ig:XamDataChart.Axes>
        </ig:XamDataChart>

 

 

Parents
No Data
Reply Children
No Data