Represents the class for Axis object. The axes appear on the plot area of the chart.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public class Axis : AxisCanvas, INotifyPropertyChanged
Visual Basic
Public Class Axis _
	Inherits AxisCanvas _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

See Also