Table of Contents

Class PointShapeStyle

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

Shape style

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

Constructors

PointShapeStyle()

Constructor for Form designer list editor

public PointShapeStyle()

PointShapeStyle(IChartNode)

Constructor

public PointShapeStyle(IChartNode parent)

Parameters

parent IChartNode

Parent / Owner of the item.

The LightnignChart object this item will be placed at. E.g, if this item is set to PointShape property of a FreeFormPointLineSeries, the series is the parent of this item.

PointShapeStyle(IChartNode, Shape, Color, Color, Color, Color, double, double, double, double, double, GradientFillPoint, Direction, Image)

Constructor.

public PointShapeStyle(IChartNode owner, Shape shape, Color color1, Color color2, Color color3, Color borderColor, double width, double height, double borderWidth, double angle, double bodyThickness, GradientFillPoint gradientFill, Direction linearGradientDirection, Image bitmapImage)

Parameters

owner IChartNode

Parent.

shape Shape

Shape.

color1 Color

Color 1.

color2 Color

Color 2.

color3 Color

Color 3 (not used in all shapes).

borderColor Color

Border color.

width double

Width.

height double

Height.

borderWidth double

Border width.

angle double

Rotation angle in degrees.

bodyThickness double

Thickness of the shape.

gradientFill GradientFillPoint

Gradient fill type.

linearGradientDirection Direction

Linear gradient direction.

bitmapImage Image

Bitmap image.