This question is locked. New answers and comments are not allowed.
I am modifying the position of axis title using the code below so that the tile can be inside the chart area. But we see the title going behind the striplines. Is there a way to set z-index so that chart label is always on top.
<
Thickness
x:Key
=
"AxisYTitleMargin"
>0,0,0,-60</
Thickness
>
<
Thickness
x:Key
=
"AxisXTitleMargin"
>0,-40,0,0</
Thickness
>
<
Style
x:Key
=
"AxisXTitleStyle"
TargetType
=
"telerik:AxisTitle"
>
<
Setter
Property
=
"Margin"
Value
=
"{StaticResource AxisXTitleMargin}"
/>
</
Style
>
<
Style
x:Key
=
"AxisYTitleStyle"
TargetType
=
"telerik:AxisTitle"
>
<
Setter
Property
=
"Margin"
Value
=
"{StaticResource AxisYTitleMargin}"
/>
</
Style
>