Class
ChartPanOffsetChangedEventArgs

Provides data for the PanOffsetChanged event.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ChartPanOffsetChangedEventArgs : EventArgs

Inheritance: objectEventArgsChartPanOffsetChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ChartPanOffsetChangedEventArgs(Point, Point)

Initializes a new instance of the ChartPanOffsetChangedEventArgs class.

Declaration

cs-api-definition
public ChartPanOffsetChangedEventArgs(Point previousPanOffset, Point newPanOffset)

Parameters

previousPanOffset

Point

The previous value of PanOffset property.

newPanOffset

Point

The new value of PanOffset property.

Properties

NewPanOffset

Gets the new pan offset of the chart.

Declaration

cs-api-definition
public Point NewPanOffset { get; }

Property Value

Point

PreviousPanOffset

Gets the previous pan offset of the chart.

Declaration

cs-api-definition
public Point PreviousPanOffset { get; }

Property Value

Point