I would like to set the AxisStyle property in xaml. Since this is a mask property, I'm not familiar with how to set this in xaml. Example. How should this be set in xaml? chart1.AxisX.AxisStyle = AxisStyles.Show2Levels | AxisStyles.BreakZero | AxisStyles.LongTick | AxisStyles.AutoScale | AxisStyles...