Hi Telerik,
When I set tick line styles as follows:
They dissappear completely, looks like the actually width of them decreases to 0 because the ItemLabels come to the edge of the axis
Any help would be appreciated
Rav
When I set tick line styles as follows:
<Style x:Key="AxisTickStyle" TargetType="Line"> |
<Setter Property="Stroke"> |
<Setter.Value> |
<SolidColorBrush Color="{DynamicResource ColorDarkGray}" /> |
</Setter.Value> |
</Setter> |
</Style> |
chart.DefaultView.ChartArea.AxisX.AxisStyles.TickLineStyle = Application.Current.Resources["AxisTickStyle"] as Style; |
chart.DefaultView.ChartArea.AxisX.AxisStyles.MinorTickLineStyle = Application.Current.Resources["AxisTickStyle"] as Style; |
They dissappear completely, looks like the actually width of them decreases to 0 because the ItemLabels come to the edge of the axis
Any help would be appreciated
Rav