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
parentIChartNodeParent / 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
ownerIChartNodeParent.
shapeShapeShape.
color1ColorColor 1.
color2ColorColor 2.
color3ColorColor 3 (not used in all shapes).
borderColorColorBorder color.
widthdoubleWidth.
heightdoubleHeight.
borderWidthdoubleBorder width.
angledoubleRotation angle in degrees.
bodyThicknessdoubleThickness of the shape.
gradientFillGradientFillPointGradient fill type.
linearGradientDirectionDirectionLinear gradient direction.
bitmapImageImageBitmap image.