Represents custom attributes valid for specific chart types.
For a list of all members of this type, see CustomAttributes Members.
System.Object
Aspose.Chart.CustomAttributes
public class CustomAttributes
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
The CustomAttributes object allows to specify various options for drawing a chart. Note that some properties of CustomAttributes are applicable only to certain chart types. For example, IsExploded is only applicable for Pie and Doughnut charts.
The Series and DataPoint classes expose custom attributes via the Series.CustomAttributes and DataPoint.CustomAttributes properties. Modifying CustomAttributes for a Series has effect on the whole series, but modifying CustomAttributes of a DataPoint affects only that particular data point.
Example
http://www.aspose.com/Products/Aspose.Chart/Demos/CodeChart.aspx?GalleryItemId=4
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
CustomAttributes Members | Aspose.Chart Namespace