Table of Contents

Class SmithPositionChangedEventArgs

Namespace
LightningChartLib.WinForms.Charting.EventMarkers
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the PositionChanged event.

public class SmithPositionChangedEventArgs : RoundPositionChangedEventArgs<PointSmith, SmithEventMarker>
Inheritance
SmithPositionChangedEventArgs
Inherited Members

Constructors

SmithPositionChangedEventArgs()

Smith Position Changed EventArgs.

public SmithPositionChangedEventArgs()

Properties

NewPosition

New position of the marker.

public override PointSmith NewPosition { get; }

Property Value

PointSmith