WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TopCount

    Show / Hide Table of Contents

    Class TopCount

    Represents a TopCount Class.

    Inheritance
    System.Object
    TopCount
    Implements
    IAxisElement
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class TopCount : DependencyObject, IAxisElement

    Constructors

    TopCount()

    Declaration
    public TopCount()

    Fields

    FieldCountProperty

    Identifies the dependency property for FieldCount.

    Declaration
    public static readonly DependencyProperty FieldCountProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MeasureNameProperty

    Identifies the dependency property for MeasureName.

    Declaration
    public static readonly DependencyProperty MeasureNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    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.

    Name

    Gets or sets the name.

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

    The name.

    Implements

    IAxisElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved