Property | Type | Description | |
---|---|---|---|
SortOrderProperty |
Property | Type | Description | |
---|---|---|---|
CreateAndPrepareAxisLabel | |||
OnSortOrderPropertyChanged | void | ||
OnSortOrderPropertyChanged | void | ||
RenderOriented | void | ||
UpdateCategories | void |
Method | Description | |
---|---|---|
CanPlot ( object value ) : bool |
Returns a value indicating whether a value can be plotted on the axis.
|
|
CategoryAxis ( ) : System |
Instantiates a new instance of the CategoryAxis class.
|
|
DataChanged ( IDataProvider dataProvider, IEnumerable |
Updates the categories in response to an update from a registered axis data provider.
|
|
GetCategoryAtPosition ( |
Returns the category at a given coordinate.
|
|
GetPlotAreaCoordinate ( object value ) : |
The plot area coordinate of a value.
|
|
GetPlotAreaCoordinateRange ( object category ) : Range |
Returns range of coordinates for a given category.
|
Method | Description | |
---|---|---|
GetMajorGridLineCoordinates ( |
Returns the major axis grid line coordinates.
|
|
OnObjectRegistered ( IAxisListener series ) : void |
Updates categories when a series is registered.
|
|
OnObjectUnregistered ( IAxisListener series ) : void |
Updates categories when a series is unregistered.
|
|
Render ( |
Renders the axis labels, tick marks, and other visual elements.
|
Method | Description | |
---|---|---|
CreateAndPrepareAxisLabel ( object value ) : |
Creates and prepares a new axis label.
|
|
OnSortOrderPropertyChanged ( ) : void |
SortOrderProperty property changed handler.
|
|
OnSortOrderPropertyChanged ( |
SortOrderProperty property changed handler.
|
|
RenderOriented ( |
Renders as an oriented axis.
|
|
UpdateCategories ( ) : void |
Updates the list of categories.
|
public CanPlot ( object value ) : bool | ||
value | object | A value which may or may not be able to be /// plotted. |
return | bool |
public DataChanged ( IDataProvider dataProvider, IEnumerable | ||
dataProvider | IDataProvider | The category axis information /// provider. |
data | IEnumerable | A sequence of categories. |
return | void |
public GetCategoryAtPosition ( |
||
position | The plot area position. | |
return | object |
protected GetMajorGridLineCoordinates ( |
||
availableSize | The available size. | |
return | IEnumerable |
public GetPlotAreaCoordinate ( object value ) : |
||
value | object | The value for which to retrieve the plot area /// coordinate. |
return |
public GetPlotAreaCoordinateRange ( object category ) : Range |
||
category | object | The category to return the range for. |
return | Range |
protected OnObjectRegistered ( IAxisListener series ) : void | ||
series | IAxisListener | The series to be registered. |
return | void |
protected OnObjectUnregistered ( IAxisListener series ) : void | ||
series | IAxisListener | The series to be unregistered. |
return | void |
protected Render ( |
||
availableSize | The available size. | |
return | void |