alexa
menu

WPF

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

    Show / Hide Table of Contents

    Enum AggregateFunctions

    Represents the aggregation functionsChartAxis.

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public enum AggregateFunctions

    Fields

    Name Description
    Average

    Average of the aggregate values.

    Count

    Number of elements in the aggregate values.

    Max

    Maximum value of the aggregate values.

    Min

    Minimum value of the aggregate values.

    None

    Disables aggression.

    Sum

    Sum of the aggregate values.

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