Version

SetLabelAxisType Enumeration

Type of set label axis.
Syntax
'Declaration
 
Public Enum SetLabelAxisType 
   Inherits System.Enum
public enum SetLabelAxisType : System.Enum 
Members
MemberDescription
ContinuousDataItems are continuous, equally separated, and not placed into groups/series. Line and area charts utilize a ContinuousData set label axis.
DateDataItems on this axis are based on date data. Candle chart utilizes a DateData set label axis.
GroupBySeriesItems on this axis are placed into groups/series. Bar and column charts utilize a GroupBySeries set label axis.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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