menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TopCountElement - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TopCountElement

    Represents the information needed for top-count.

    Inheritance
    System.Object
    Element
    TopCountElement
    Implements
    ICloneable<Element>
    ICloneable<TopCountElement>
    Inherited Members
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class TopCountElement : Element, ICloneable<Element>, ICloneable<TopCountElement>

    Constructors

    TopCountElement()

    Initializes a new instance of the TopCountElement class.

    Declaration
    public TopCountElement()

    TopCountElement(AxisPosition, Int32)

    Initializes a new instance of the TopCountElement class.

    Declaration
    public TopCountElement(AxisPosition axis, int fieldCount)
    Parameters
    Type Name Description
    AxisPosition axis

    The axis.

    System.Int32 fieldCount

    The field count.

    Properties

    Axis

    Gets or sets the axis position.

    Declaration
    public AxisPosition Axis { get; set; }
    Property Value
    Type Description
    AxisPosition

    The axis position.

    FieldCount

    Gets or sets the field count.

    Declaration
    public int FieldCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The field count.

    MeasureName

    Gets or sets the name of the measure.

    Declaration
    public string MeasureName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the measure.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public TopCountElement Clone()
    Returns
    Type Description
    TopCountElement

    A copy of this instance.

    Implements

    ICloneable<T>
    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved