menu

Blazor

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

    Show / Hide Table of Contents

    Class AccumulationPoints

    Represents the data point of accumulation chart.

    Inheritance
    System.Object
    AccumulationPoints
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AccumulationPoints : Object

    Constructors

    AccumulationPoints()

    Declaration
    public AccumulationPoints()

    Properties

    AccPointArgs

    Gets or sets point render event arguments for the point.

    Declaration
    public AccumulationPointRenderEventArgs AccPointArgs { get; set; }
    Property Value
    Type Description
    AccumulationPointRenderEventArgs

    The AccumulationPointRenderEventArgs object representing the point render event arguments value for point.

    AccTextArgs

    Gets or sets text event arguments for the point.

    Declaration
    public AccumulationTextRenderEventArgs AccTextArgs { get; set; }
    Property Value
    Type Description
    AccumulationTextRenderEventArgs

    The AccumulationTextRenderEventArgs object representing the text event arguments value for point.

    Color

    Gets or sets the color for the point.

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

    Accepts the string value. The default value is null.

    Degree

    Gets or sets degree for the point.

    Declaration
    public double Degree { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    EndAngle

    Gets or sets the end-angle value for the point.

    Declaration
    public double EndAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    HeightRatio

    Gets or sets the height-ratio value for the point.

    Declaration
    public double HeightRatio { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    Id

    Gets or sets the id for the point.

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

    Accepts the string value. The default value is null.

    Index

    Gets or sets the index value for the point.

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

    Accepts the value as integer. The default value is 0.

    InitialLabelRegion

    Gets or sets the initial label region for the point.

    Declaration
    public Rect InitialLabelRegion { get; set; }
    Property Value
    Type Description
    Rect

    The Rect object representing the label region value for point.

    IsClubbed

    Gets or sets value for point clubbed.

    Declaration
    public bool IsClubbed { get; set; }
    Property Value
    Type Description
    System.Boolean

    if true, the point can be clubbed. Otherwise, false.

    IsExplode

    Gets or sets the value for point explode.

    Declaration
    public bool IsExplode { get; set; }
    Property Value
    Type Description
    System.Boolean

    if true, the point can be explode. Otherwise, false.

    IsLabelUpdated

    Gets or sets label update value for the point.

    Declaration
    public double IsLabelUpdated { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    IsSliced

    Gets or sets value for point sliced.

    Declaration
    public bool IsSliced { get; set; }
    Property Value
    Type Description
    System.Boolean

    if true, the point can be sliced. Otherwise, false.

    Label

    Gets or sets the label text for the point.

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

    Accepts the string value. The default value is null.

    LabelAngle

    Gets or sets the label-angle value for the point.

    Declaration
    public double LabelAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    LabelOffset

    Gets or sets the label's offset for the point.

    Declaration
    public ChartEventLocation LabelOffset { get; set; }
    Property Value
    Type Description
    ChartEventLocation

    The ChartEventLocation object representing the location value for label offset.

    LabelPosition

    Gets or sets a value that determines whether the label belongs outside or inside of a point.

    Declaration
    public Nullable<AccumulationLabelPosition> LabelPosition { get; set; }
    Property Value
    Type Description
    System.Nullable<AccumulationLabelPosition>

    One of the AccumulationLabelPosition enumeration that specifies how the label is positioned.

    LabelRegion

    Gets or sets the label region for the point.

    Declaration
    public Rect LabelRegion { get; set; }
    Property Value
    Type Description
    Rect

    The Rect object representing the label region value for point.

    Labels

    Gets or sets the labels for the point.

    Declaration
    public List<string> Labels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    A list of System.String representing the label values for the point.

    LabelVisible

    Gets or sets the label visibility for the point.

    Declaration
    public bool LabelVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    if true, the label is visible. Otherwise, false. The default value is true.

    LegendVisible

    Gets or sets value for legend visibility for the point.

    Declaration
    public bool LegendVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    if true, the legend can be visible. Otherwise, false.

    MidAngle

    Gets or sets the mid-angle value for the point.

    Declaration
    public double MidAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    OriginalText

    Gets or sets the original text for the point.

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

    Accepts the string value. The default value is null.

    Percentage

    Gets or sets the percentage for the point.

    Declaration
    public double Percentage { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    Region

    Gets or sets the region for the point.

    Declaration
    public Rect Region { get; set; }
    Property Value
    Type Description
    Rect

    The Rect object representing the region value for point.

    SliceRadius

    Gets or sets the slice radius for the point.

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

    Accepts the string value. The default value is null.

    Start

    Gets or sets start value for the point.

    Declaration
    public double Start { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    StartAngle

    Gets or sets the start-angle value for the point.

    Declaration
    public double StartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

    SymbolLocation

    Gets or sets the location for the point.

    Declaration
    public ChartEventLocation SymbolLocation { get; set; }
    Property Value
    Type Description
    ChartEventLocation

    The ChartEventLocation object representing the symbol location value for point.

    Text

    Gets or sets the text value for the point.

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

    Accepts the string value. The default value is null.

    TextSize

    Gets or sets the text size for the point.

    Declaration
    public Size TextSize { get; set; }
    Property Value
    Type Description
    Size

    The Size object representing the text size value for point.

    Tooltip

    Gets or sets the tooltip format for the point.

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

    Accepts the string value. The default value is null.

    Visible

    Gets or sets the visibility for the point.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    if true, the point is visible. Otherwise, false. The default value is true.

    X

    Gets or sets the x value for the point.

    Declaration
    public object X { get; set; }
    Property Value
    Type Description
    System.Object

    Accepts the value as object. The default value is null.

    Y

    Gets or sets the y value for the point.

    Declaration
    public Nullable<double> Y { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Accepts the value as double. The default value is 0.

    YRatio

    Gets or sets the y-ratio value for the point.

    Declaration
    public double YRatio { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the value as double. The default value is 0.

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