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. |