Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccumulationTextRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AccumulationTextRenderEventArgs

    Specifies the event arguments available on accumulation chart text render.

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

    Fields

    Point

    Defines the point.

    Declaration
    public readonly AccumulationPoints Point
    Field Value
    Type Description
    Syncfusion.Blazor.Charts.AccumulationChart.Internal.AccumulationPoints

    Series

    Defines the Series.

    Declaration
    public readonly AccumulationChartSeries Series
    Field Value
    Type Description
    AccumulationChartSeries

    Properties

    Border

    Defines the border for the data label.

    Declaration
    public ChartCommonBorder Border { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.Charts.Internal.ChartCommonBorder

    Color

    Defines the color for the data label text.

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

    Font

    Defines the font for the data label.

    Declaration
    public ChartCommonFont Font { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.Charts.Internal.ChartCommonFont

    Text

    Defines the text for the point.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved