SeriesAddingWithCommand.zip
xamDataChart control is being used.I want to mark the "Date" value at the bottom as shown in the image. What should I change from the current setting of the sample source?
Hello,
Thank you for posting the question to our forum.
I'm looking into your sample. It seems it takes some more time to give you a reply, so could you wait for a while?
And also, the product used in the sample is made of v13.1, whose support period has been expired. So please kindly understand that the investigation will be conducted with the latest version v21.1.
Thank you in advance.
I looked at your code. Could you try the following code?
CategoryXAxis xAxis = new CategoryXAxis { //ItemsSource = "{Binding}", ItemsSource = (item as ChannelViewModel).ChartData, Label = "{Date}", LabelSettings = new AxisLabelSettings() { Location = AxisLabelsLocation.InsideBottom } };