ASPxClientLineStyle Class
In This Article
Defines line style settings.
#Declaration
TypeScript
declare class ASPxClientLineStyle extends ASPxClientWebChartElement
#Remarks
The ASPxClientLineStyle class contains settings that define the style of lines within a chart control.
The properties exposed by the ASPxClientLineStyle class allow you to specify the line width (ASPxClientLineStyle.thickness) and line dash style (ASPxClientLineStyle.dashStyle).
#Inheritance
ASPxClientWebChartElement
ASPxClientLineStyle
See Also