how to get width of column in charting ColumnSeries. I have not DataPointStyle. It takes the default
- by KK
how to get width of column in charting ColumnSeries. I have not DataPointStyle. It takes the default
I have set the itemssource to
col.ItemsSource =
new KeyValuePair[]{
new KeyValuePair(DateTime.Now.AddMonths(1), 100),
new KeyValuePair(DateTime.Now.AddMonths(2), 200),
new…