[]
        
(Showing Draft Content)

PointStyle Collection Editor

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.

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.

Properties available in the PointStyle Collection Editor

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 Gets or sets the fill type.
Color1 Gets or sets the fill color.
Alpha Gets or sets the fill alpha value (transparency).
Label Gets or sets the point style label.
LegendEntry Gets or sets whether the point style appears in the legend.
Color Gets or sets the color of the line.
Pattern Gets or sets the pattern of the line.
Thickness Gets or sets the thickness of the line.
Offset Gets or sets the offset for appropriate charts.
Color Gets or sets the color of the data point symbol.
OutlineColor Gets or sets the outline color of the data point symbol.
OutlineWidth Gets or sets the outline width of the data point symbol.
Shape Gets or sets the shape of the data point symbol.
Size Gets or sets the size of the data point symbol.

Misc Properties of the PointStyle Collection Editor:

Members Description
PointIndex Gets or sets the index of data point associated with the point style.
Selection Gets or sets the selection method for the point style.
SeriesIndex Gets or sets the index of data series associated with the point style.

See Also

ScaleMenuItem Collection Editor