List & Label .NET
combit.Reporting.Dom Namespace / PropertyCategoryAxisFunnel Class

In This Topic
    PropertyCategoryAxisFunnel Class Properties
    In This Topic

    For a list of all members of this type, see PropertyCategoryAxisFunnel members.

    Public Properties
     NameDescription
    Public PropertyDetermines the text for the coordinate label or legend. To e.g. yield value and percentage, use 'LL.ChartObject.AxisCoordinate + " - " + Str$(LL.ChartObject.ArcPerc,0,0) + "%"'  
    Public Property

    Gets or sets the placement for the coordinate labels.

    "0" = hide label

    "1" = draw label at chart

     
    Public PropertyGets or sets the data filter.  
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public PropertyGets the label.  
    Public PropertyGets or sets the source mode.  
    Public PropertyGets or sets the data source for the coordinate, e.g. "Name" for persons, "Month" for dates etc.    
    Top
    See Also