Table of Contents

Class CustomLinePointColoringAndShapingEventArgs

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

Represents a class that provides arguments for the CustomLinePointColoringAndShaping event.

public class CustomLinePointColoringAndShapingEventArgs : CustomLinePointColoringAndShapingBaseEventArgs
Inheritance
CustomLinePointColoringAndShapingEventArgs
Inherited Members

Constructors

CustomLinePointColoringAndShapingEventArgs()

Creates and initializes a new instance of CustomLinePointColoringAndShapingEventArgs class.

public CustomLinePointColoringAndShapingEventArgs()

Fields

Series

The series to which this event is associated.

public PointLineSeriesBase Series

Field Value

PointLineSeriesBase