SeriesMarkerPointShapeStyle Constructor (IChartNode, SeriesMarkerPointShape, Color, Color, Color, Color, Single, Single, Single, Single, Single, GradientFillPoint, Direction, Image) |
LightningChart .NET Help
Constructor
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic 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
)
Public Sub New (
owner As IChartNode,
shape As SeriesMarkerPointShape,
color1 As Color,
color2 As Color,
color3 As Color,
borderColor As Color,
width As Single,
height As Single,
borderWidth As Single,
angle As Single,
bodyThickness As Single,
gradientFill As GradientFillPoint,
linearGradientDirection As Direction,
bitmapImage As Image
)
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
- Type: Arction.WinForms.ChartingIChartNode
Parent. - shape
- Type: Arction.WinForms.ChartingSeriesMarkerPointShape
Shape. - color1
- Type: System.DrawingColor
Color 1. - color2
- Type: System.DrawingColor
Color 2. - color3
- Type: System.DrawingColor
Color 3 (not used in all shapes). - borderColor
- Type: System.DrawingColor
Border color. - width
- Type: SystemSingle
Width. - height
- Type: SystemSingle
Height. - borderWidth
- Type: SystemSingle
Border width. - angle
- Type: SystemSingle
Rotation angle in degrees. - bodyThickness
- Type: SystemSingle
Thickness of the shape. - gradientFill
- Type: Arction.WinForms.ChartingGradientFillPoint
Gradient fill type. - linearGradientDirection
- Type: Arction.WinForms.ChartingDirection
Linear gradient direction. - bitmapImage
- Type: System.DrawingImage
Bitmap image.
See Also