This question is locked. New answers and comments are not allowed.
can you provide example how can i put into timeBar StackedBar, beacuse this class doesn't have similar properties like RadAreaSparkline
my code is
but it has an error
my code is
<telerik:RadTimeBar Height="150" VerticalAlignment="Top" Margin="6" PeriodStart="1-Jan-2010" PeriodEnd="1-Jan-2012" VisiblePeriodStart="11-Nov-2010" VisiblePeriodEnd="15-Mar-2011" SelectionStart="03-Jan-2011" SelectionEnd="17-Jan-2011"> <telerik:RadTimeBar.Intervals> <telerik:YearInterval /> <telerik:MonthInterval /> </telerik:RadTimeBar.Intervals> <Grid> <telerik:RadAreaSparkline Margin="0,3" ItemsSource="{Binding LinearData}" XValuePath="Date" YValuePath="Value" /> <telerik:StackedArea Margin="0,3" ItemsSource="{Binding ColumnData}" XValuePath="Date" YValuePath="Value" ItemFill="{StaticResource StrongBrush}" /> </Grid></telerik:RadTimeBar>but it has an error