PlotArea.PenHighlightColor
- Last UpdatedFeb 25, 2021
- 1 minute read
The PlotArea.PenHighlightColor property is a read-write property that gets or sets the pen’s highlight color.
Syntax
PlotArea.PenHighlightColor = color;
Result = PlotArea.PenHighlightColor;
Remarks
The default is yellow.
Color is a .NET Framework data type. You can use various color methods to set the color, such as a predefined color name, FromARGB(), FromKnownColor(), and FromName(). For a list of the .NET color names and the corresponding hexadecimal codes, see .NET Colors. For more information on the color methods, see the Microsoft documentation for .NET Framework development.