LineStyle Class
In This Article
Defines line style settings for various chart elements.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returned By
Properties that return LineStyle instances:
#Remarks
The LineStyle class contains settings that define the line style of various elements within a chart control (such as ConstantLine or LineSeries2D).
An object of the LineStyle type is returned by the ConstantLine.LineStyle and LineSeries2D.LineStyle properties.
#Inheritance
See Also