Click or drag to resize

SeriesMarkerPointShapeStyle Constructor (IChartNode, SeriesMarkerPointShape, Color, Color, Color, Color, Single, Single, Single, Single, Single, GradientFillPoint, Direction, BitmapFrame)

LightningChart .NET Help
Constructor

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
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,
	BitmapFrame bitmapImage
)

Parameters

owner
Type: Arction.Wpf.ChartingMVVMIChartNode
Parent.
shape
Type: Arction.Wpf.ChartingMVVMSeriesMarkerPointShape
Shape.
color1
Type: System.Windows.MediaColor
Color 1.
color2
Type: System.Windows.MediaColor
Color 2.
color3
Type: System.Windows.MediaColor
Color 3 (not used in all shapes).
borderColor
Type: System.Windows.MediaColor
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.Wpf.ChartingMVVMGradientFillPoint
Gradient fill type.
linearGradientDirection
Type: Arction.Wpf.ChartingMVVMDirection
Linear gradient direction.
bitmapImage
Type: System.Windows.Media.ImagingBitmapFrame
Bitmap image.
See Also