PointStyle is used to describe a data point that has different appearance from other data points in the same data series. When applied to a specific data point, the properties of a PointStyle object supersede those specified by the data series containing the data point. To Understand the full meaning of these properties in the context of different chart types, please refer to the context of the style properties associated with each series.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public class PointStyle : iNotifyChanges, g, 
	ICloneable
Visual Basic
Public Class PointStyle _
	Implements iNotifyChanges, g, ICloneable

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..PointStyle

See Also