Skip to content

Commit b3cb39a

Browse files
docs(htmlchart): Document dashType property for major and minor grid lines
1 parent 81dd928 commit b3cb39a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controls/htmlchart/server-side-programming/axes-configuration.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ You can find samples implementing the below described properties in the followin
125125
| **Name** | **Description** |
126126
| ------ | ------ |
127127
| **Color** |The color for the grid lines. It can take a common color name or a hex value (e.g., "red", "#ff0000") when set in the markup and a value of type **System.Drawing.Color** when set in the code behind.|
128+
| **DashType** |Sets the dash type of the grid lines. An enumeration (Telerik.Web.UI.HtmlChart.Enums.DashType) with the following values: **Dash** , **DashDot** , **Dot** , **LongDash**, **LongDashDot**, **LongDashDotDot**, **Solid** .|
128129
| **Visible** |Sets whether to render the grid lines. **True** or **False** |
129130
| **Width** |The width of the grid line in pixels.|
130131

0 commit comments

Comments
 (0)