WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTextFormatEventArgs - WindowsForms API Reference | Syncfusion ChartTextFormatEventHendler handler. ">

    Show / Hide Table of Contents

    Class ChartTextFormatEventArgs

    Represents arguments of ChartTextFormatEventHendler handler.

    Inheritance
    System.Object
    ChartTextFormatEventArgs
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartTextFormatEventArgs : HandledEventArgs

    Constructors

    ChartTextFormatEventArgs(ChartSeries, ChartPoint)

    Initializes a new instance of the ChartTextFormatEventArgs class.

    Declaration
    public ChartTextFormatEventArgs(ChartSeries series, ChartPoint point)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    ChartPoint point

    The point.

    Properties

    Point

    Gets the point.

    Declaration
    public ChartPoint Point { get; }
    Property Value
    Type Description
    ChartPoint

    The point.

    Series

    Gets the series.

    Declaration
    public ChartSeries Series { get; }
    Property Value
    Type Description
    ChartSeries

    The series.

    Text

    Gets or sets the text.

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

    The text.

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