Table of Contents

Class SeriesMarkerPointShapeStyle

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

Shape style for SeriesEventMarkers.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class SeriesMarkerPointShapeStyle : PointShapeStyleBase<SeriesMarkerPointShape>, IChartNode, IDisposable
Inheritance
SeriesMarkerPointShapeStyle
Implements
Inherited Members

Constructors

SeriesMarkerPointShapeStyle()

Constructor for Form designer list editor.

public SeriesMarkerPointShapeStyle()

SeriesMarkerPointShapeStyle(IChartNode)

Constructor

public SeriesMarkerPointShapeStyle(IChartNode owner)

Parameters

owner IChartNode

Parent.

SeriesMarkerPointShapeStyle(IChartNode, SeriesMarkerPointShape, Color, Color, Color, Color, float, float, float, float, float, GradientFillPoint, Direction, Image)

Constructor

public SeriesMarkerPointShapeStyle(IChartNode owner, SeriesMarkerPointShape shape, Color color1, Color color2, Color color3, Color borderColor, float width, float height, float borderWidth, float angle, float bodyThickness, GradientFillPoint gradientFill, Direction linearGradientDirection, Image bitmapImage)

Parameters

owner IChartNode

Parent.

shape SeriesMarkerPointShape

Shape.

color1 Color

Color 1.

color2 Color

Color 2.

color3 Color

Color 3 (not used in all shapes).

borderColor Color

Border color.

width float

Width.

height float

Height.

borderWidth float

Border width.

angle float

Rotation angle in degrees.

bodyThickness float

Thickness of the shape.

gradientFill GradientFillPoint

Gradient fill type.

linearGradientDirection Direction

Linear gradient direction.

bitmapImage Image

Bitmap image.