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
290
Mouse events on Axis
posted

Hello,

I can't handle mouse events on AxisLabelPanel (HorizontalAxisLabelPanel). By default panels transparent for such input events and I can't set background of HorizontalAxisLabelPanel. I tried Background property directly and style with TargetType="HorizontalAxisLabelPanel" but everything is vain.

Could you help?

Parents
  • 290
    Offline posted

    Infragistics team, could you please tell me how can I set background of axis?

    Even when I override axis template like this:

                        <ig:CategoryXAxis.Template>
                            <ControlTemplate TargetType="ig:Axis">
                                <Canvas x:Name="RootCanvas" Background="White"/>
                            </ControlTemplate>
                        </ig:CategoryXAxis.Template>

    it applies to series area (series area became white) not to axis. I can't understand why.

Reply Children