Table of Contents

Class CustomLinePointColoringAndShapingBaseEventArgs

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

Represents a class that provides arguments for the CustomLinePointColoringAndShaping base event.

public class CustomLinePointColoringAndShapingBaseEventArgs : ChartEventArgs
Inheritance
CustomLinePointColoringAndShapingBaseEventArgs
Derived
Inherited Members

Constructors

CustomLinePointColoringAndShapingBaseEventArgs()

Creates and initializes a new instance of CustomLinePointColoringAndShapingBaseEventArgs class.

public CustomLinePointColoringAndShapingBaseEventArgs()

Fields

CanModifyColors

Tells if Colors array can be modified.

public bool CanModifyColors

Field Value

bool

CanModifyCoords

Tells if Coords array can be modified.

public bool CanModifyCoords

Field Value

bool

Colors

Custom colors.

public int[] Colors

Field Value

int[]

Coords

Screen coordinates of line points.

public PointFloat[] Coords

Field Value

PointFloat[]

DataPointIndices

Data point indices of the points that appear in the Coords and Colors arrays. Subsequent data points hitting the same screen coordinate may have been reduced. DataPointIndices array will tell indices which were actually used.

public int[] DataPointIndices

Field Value

int[]

HasDataPointIndices

Has data point indices information available. Not applicable to all series types.

public bool HasDataPointIndices

Field Value

bool

SweepPageIndex

Page index in sweeping X axis (0 or 1), for others, 0.

public int SweepPageIndex

Field Value

int