PointShapeStyle Constructor (IChartNode, Shape, Color, Color, Color, Color, Double, Double, Double, Double, Double, 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
Syntaxpublic 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,
BitmapFrame bitmapImage
)
Public Sub New (
owner As IChartNode,
shape As Shape,
color1 As Color,
color2 As Color,
color3 As Color,
borderColor As Color,
width As Double,
height As Double,
borderWidth As Double,
angle As Double,
bodyThickness As Double,
gradientFill As GradientFillPoint,
linearGradientDirection As Direction,
bitmapImage As BitmapFrame
)
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,
BitmapFrame^ bitmapImage
)
Parameters
- owner
- Type: Arction.Wpf.ChartingMVVMIChartNode
Parent. - shape
- Type: Arction.Wpf.ChartingMVVMShape
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: SystemDouble
Width. - height
- Type: SystemDouble
Height. - borderWidth
- Type: SystemDouble
Border width. - angle
- Type: SystemDouble
Rotation angle in degrees. - bodyThickness
- Type: SystemDouble
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