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
ownerIChartNodeParent.
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
ownerIChartNodeParent.
shapeSeriesMarkerPointShapeShape.
color1ColorColor 1.
color2ColorColor 2.
color3ColorColor 3 (not used in all shapes).
borderColorColorBorder color.
widthfloatWidth.
heightfloatHeight.
borderWidthfloatBorder width.
anglefloatRotation angle in degrees.
bodyThicknessfloatThickness of the shape.
gradientFillGradientFillPointGradient fill type.
linearGradientDirectionDirectionLinear gradient direction.
bitmapImageImageBitmap image.