Jump to content
Software FX Community

LindaK

Members
  • Posts

    1
  • Joined

  • Last visited

LindaK's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.ForceZero; This is an example of using one of the mask options in xaml, but can I turn on more than one?... <ChartFX:Chart Margin="128,86,-102,-55" Name="chart1"> <ChartFX:Chart.AxesX> <ChartFX:Axis AxisStyle="Show2Levels" Line="{x:Null}" PositionValue="0" /> </ChartFX:Chart.AxesX> </ChartFX:Chart> Thanks
×
×
  • Create New...