Can I style the xamWebZoomBar that gets used when I set the ScrollEnabled = true on a Chart Axis? I'd like to make it a little slimmer than the default, but can't see any style property to set for it. Would I need to retemplate the whole chart? Are there any examples of this available?
Thanks,Keith
hockey9998,
thank you for reporting this. this has been entered as a bug report (# 21711), and fixed. it will be resolved in the next service release.
please feel free to contact Infragistics Developer Support or post back here to inquire about the status of this bug at any time.
Can you post an example of how you set the Style of the XamWebZoombar on an Axis in the XamWebChart? Here is some example XAML below along with the error I'm receiving. What am I doing wrong?
<Style x:Name="ZoombarStyle" TargetType="igControls:XamWebZoombar" > <Setter Property="Visibility" Value="Collapsed" /></Style>
<igChart:Axis ScrollEnabled="True" ScrollPosition="1" ScrollScale="0.25" ZoombarStyle="{StaticResource ZoombarStyle}">
I get the following error in Express Blend: "DependencyProperty Infragistics.Silverlight.Chart.XamWebChart.ZoombarStyle cannot be set to an object of type Infragistics.Silverlight.Chart.Axis."
OK, Thanks Teodor.
Currently, you can't change the style of the Zoombar in the Chart. I'm sorry for this inconvenience. We'll add this functionality in next hotfix, which is planned for April.