This is a migrated thread and some comments may be shown as answers.

Change Scrollbar Style

1 Answer 28 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Carlos Alberto
Top achievements
Rank 1
Carlos Alberto asked on 29 May 2014, 06:43 PM
Hello, 

I would ask if I can change the style of the scrollbar RadCartesianChart.

thanks in advance!.

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 02 Jun 2014, 07:31 AM
Hi Carlos,

In order to customize the appearance of the chart's scrollbar you can define a Style targeting PanZoomBar element and set it on the PanZoomBarStyle property of the axis. 
<telerik:CategoricalAxis>
    <telerik:CategoricalAxis.PanZoomBarStyle>
        <Style TargetType="telerik:PanZoomBar">
            <Setter Property="Background" Value="Red" />
            <Setter Property="Height" Value="30" />
        </Style>
    </telerik:CategoricalAxis.PanZoomBarStyle>
</telerik:CategoricalAxis>

I hope this helps.

Regards,
Martin
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Chart
Asked by
Carlos Alberto
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or