This question is locked. New answers and comments are not allowed.
Hear is a simple time bar with 5 years time span. How can I set this up to display days? When I run this I can only zoom in to months. If I change Period End to 12-31-2010 then it'll work.
<telerik:RadTimeBar telerik:StyleManager.Theme="Office_Blue"
Height="82" IsSnapToIntervalEnabled="False"
HorizontalAlignment="Left" Margin="32,10,35,0"
x:Name="radTimeBar1"
PeriodStart="1-1-2007"
PeriodEnd="12-31-2011"
SelectionStart="12-1-2011"
SelectionEnd="12-31-2011"
VisiblePeriodStart="12-1-2011"
VisiblePeriodEnd="1-1-2011"
VerticalAlignment="Top" >
<telerik:RadTimeBar.Intervals>
<telerik:CenturyInterval />
<telerik:DecadeInterval />
<telerik:YearInterval />
<telerik:MonthInterval />
<telerik:DayInterval/>
</telerik:RadTimeBar.Intervals>
</telerik:RadTimeBar>
<telerik:RadTimeBar telerik:StyleManager.Theme="Office_Blue"
Height="82" IsSnapToIntervalEnabled="False"
HorizontalAlignment="Left" Margin="32,10,35,0"
x:Name="radTimeBar1"
PeriodStart="1-1-2007"
PeriodEnd="12-31-2011"
SelectionStart="12-1-2011"
SelectionEnd="12-31-2011"
VisiblePeriodStart="12-1-2011"
VisiblePeriodEnd="1-1-2011"
VerticalAlignment="Top" >
<telerik:RadTimeBar.Intervals>
<telerik:CenturyInterval />
<telerik:DecadeInterval />
<telerik:YearInterval />
<telerik:MonthInterval />
<telerik:DayInterval/>
</telerik:RadTimeBar.Intervals>
</telerik:RadTimeBar>