# PointStyle Collection Editor

## Content



The **PointStyle Collection Editor** is used for adding or modifying PointStyles for specific data points on the chart at design time. For more information on using the PointStyles see, [Working with PointStyles](/componentone/docs/win/online-chart2d/chartingdata/workingwithpointstyl).

### To Access the PointStyle Collection Editor

1.  Right-click the **C1Chart** control and select **Properties** from its context menu.
2.  In the Properties window, expand the **ChartGroups** node, then expand the **Group0** or **Group1** node.
3.  Expand the **ChartData** node, then click on the **ellipsis** button next to the **PointStylesList** property.
4.  Click on the **Add** button to add a PointStyle to the collection editor. Its properties appear in the Property grid of the **PointStyle Collection Editor**.<br />![](https://cdn.mescius.io/document-site-files/images/70bd33a2-280e-4cc3-a1c0-7b827eceb8aa/imagesext/pointstylecollectioneditor.png)

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Properties available in the PointStyle Collection Editor

DOC-SUMMARY-TAG-CLOSE

The following properties are available for the user in the **PointStyle Collection Editor** at design time or they can be used in the PointStyle class at run time:

**Appearance Properties of the PointStyle Collection Editor**:

| **Members** | **Description** |
| --- | --- |
| [FillType](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.FillStyle.FillType.html) | Gets or sets the fill type. |
| [Color1](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.FillStyle.Color1.html) | Gets or sets the fill color. |
| [Alpha](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.FillStyle.Alpha.html) | Gets or sets the fill alpha value (transparency). |
| [Label](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.PointStyle.Label.html) | Gets or sets the point style label. |
| [LegendEntry](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.PointStyle.LegendEntry.html) | Gets or sets whether the point style appears in the legend. |
| [Color](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartLineStyle.Color.html) | Gets or sets the color of the line. |
| [Pattern](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartLineStyle.Pattern.html) | Gets or sets the pattern of the line. |
| [Thickness](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartLineStyle.Thickness.html) | Gets or sets the thickness of the line. |
| [Offset](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.PointStyle.Offset.html) | Gets or sets the offset for appropriate charts. |
| [Color](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartSymbolStyle.Color.html) | Gets or sets the color of the data point symbol. |
| [OutlineColor](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartSymbolStyle.OutlineColor.html) | Gets or sets the outline color of the data point symbol. |
| [OutlineWidth](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartSymbolStyle.OutlineWidth.html) | Gets or sets the outline width of the data point symbol. |
| [Shape](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartSymbolStyle.Shape.html) | Gets or sets the shape of the data point symbol. |
| [Size](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartSymbolStyle.Size.html) | Gets or sets the size of the data point symbol. |

**Misc Properties of the PointStyle Collection Editor**:

| **Members** | **Description** |
| --- | --- |
| [PointIndex](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.PointStyle.PointIndex.html) | Gets or sets the index of data point associated with the point style. |
| [Selection](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.PointStyle.Selection.html) | Gets or sets the selection method for the point style. |
| [SeriesIndex](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.PointStyle.SeriesIndex.html) | Gets or sets the index of data series associated with the point style. |

DOC-DETAILS-TAG-CLOSE

## See Also

[ScaleMenuItem Collection Editor](/componentone/docs/win/online-chart2d/designtimesupport/c1chartcollectionedi/scalemenuitemcollect)