I set Axis' title of my chart in this way,
| <AxisLabel> | |
| <Appearance Dimensions-Paddings="1px, 1px, 10%, 1px" | |
| Position-AlignedPosition="Right"> | |
| </Appearance> | |
| <TextBlock Text="MyTytle" Visible="true" > | |
| <Appearance TextProperties-Color="254, 178, 112"> | |
| </Appearance> | |
| </TextBlock> | |
| </AxisLabel> |
but it doesn't works!