Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142668 | Feb 14,2019 11:15 AM UTC | Feb 21,2019 12:42 PM UTC | WPF | 5 |
![]() |
Tags: SfDateTimeRangeNavigator |
<chart:SfDateTimeRangeNavigator x:Name="RangeNavigator"
RangePadding="None"
ItemsSource="{Binding StockPriceDetails}"
XBindingPath="Date" > |
<chart:SfDateTimeRangeNavigator.Intervals>
<chart:Interval IntervalType="Day" />
<chart:Interval IntervalType="Hour" x:Name="hourInterval">
</chart:Interval>
</chart:SfDateTimeRangeNavigator.Intervals> |
public MainWindow()
{
InitializeComponent();
hourInterval.LabelFormatters = new ObservableCollection<string>() { "HH"};
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.