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

In This Topic
    ChartRow Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property  
    Public PropertyDetermines the text for the coordinate label or legend, might be e.g. LL.ChartObject.AxisCoordinate or an expression containing this value.  
    Public PropertyThis class represents a label on a chart element, e.g. a percentage value within a bar.  
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public PropertyName of the row.  
    Public Property  
    Public PropertyGets or sets the axis' data source, e.g. "Value", "Price" etc.  
    Public PropertyDefines the value axis, which is assigned to the value.  
    Public Property

    Gets or sets the visual representation for the values. Depending on the chart type, different values are available.

    Pie: -
    Bar, simple and clustered: 1, 2, 3, 8, 9
    Bar, multi row: 1, 2, 3, 4, 8, 9
    Bar, stacked: 1, 2, 8
    Lines: 5, 6, 7

    Value Meaning
    1 Cylinder
    2 Bar
    3 Pyramid
    4 Ribbon
    5 Line
    6 Symbols
    7 Lines+Symbols
    8 Octaeder
    9 Cone

     
    Public Property  
    Public PropertyGets or sets the width of the bar or line in percent.  
    Top
    See Also