ChartMember.CategorySpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of categories spanned by this member, were the hierarchy to be treated as a grid.
public:
abstract property int CategorySpan { int get(); };
public abstract int CategorySpan { get; }
member this.CategorySpan : int
Public MustOverride ReadOnly Property CategorySpan As Integer
Property Value
A int
value that represents the number of categories spanned by this member.