Skip to main content
A newer version of this page is available. .

ASPxClientLineStyle Class

Defines line style settings.

Declaration

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