AxisBandsFrequency Enumeration
Defines a set of values indicating the frequency of axis bands alternation. See DoubleScaleDiscontinuousDateTimeAxis.AxisBandsFrequency.
Syntax
public enum AxisBandsFrequency : System.Enum 
Members
MemberDescription
AutoChart background will alternate based on the top scale ticks frequency of DoubleScaleDiscontinuousDateTimeAxis.
Daily Chart background will alternate on daily basis.
Hourly Chart background will alternate on hourly basis.
Monthly Chart background will alternate on monthly basis.
Weekly Chart background will alternate on weekly basis.
Yearly Chart background will alternate on yearly basis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.Axes.DiscontinuousAxis.AxisBandsFrequency

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also