C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.CategoryAxis

상속: DisplayAxis, ICategoryAxis
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SortOrderProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
CreateAndPrepareAxisLabel Windows.UI.Xaml.Controls.Control
OnSortOrderPropertyChanged void
OnSortOrderPropertyChanged void
RenderOriented void
UpdateCategories void

공개 메소드들

메소드 설명
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 data ) : void

Updates the categories in response to an update from a registered axis data provider.

GetCategoryAtPosition ( UnitValue position ) : object

Returns the category at a given coordinate.

GetPlotAreaCoordinate ( object value ) : UnitValue

The plot area coordinate of a value.

GetPlotAreaCoordinateRange ( object category ) : Range

Returns range of coordinates for a given category.

보호된 메소드들

메소드 설명
GetMajorGridLineCoordinates ( Size availableSize ) : IEnumerable

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 ( Size availableSize ) : void

Renders the axis labels, tick marks, and other visual elements.

비공개 메소드들

메소드 설명
CreateAndPrepareAxisLabel ( object value ) : Control

Creates and prepares a new axis label.

OnSortOrderPropertyChanged ( ) : void

SortOrderProperty property changed handler.

OnSortOrderPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

SortOrderProperty property changed handler.

RenderOriented ( Size availableSize ) : void

Renders as an oriented axis.

UpdateCategories ( ) : void

Updates the list of categories.

메소드 상세

CanPlot() 공개 메소드

Returns a value indicating whether a value can be plotted on the axis.
public CanPlot ( object value ) : bool
value object A value which may or may not be able to be /// plotted.
리턴 bool

CategoryAxis() 공개 메소드

Instantiates a new instance of the CategoryAxis class.
public CategoryAxis ( ) : System
리턴 System

DataChanged() 공개 메소드

Updates the categories in response to an update from a registered axis data provider.
public DataChanged ( IDataProvider dataProvider, IEnumerable data ) : void
dataProvider IDataProvider The category axis information /// provider.
data IEnumerable A sequence of categories.
리턴 void

GetCategoryAtPosition() 공개 메소드

Returns the category at a given coordinate.
public GetCategoryAtPosition ( UnitValue position ) : object
position UnitValue The plot area position.
리턴 object

GetMajorGridLineCoordinates() 보호된 메소드

Returns the major axis grid line coordinates.
protected GetMajorGridLineCoordinates ( Size availableSize ) : IEnumerable
availableSize Windows.Foundation.Size The available size.
리턴 IEnumerable

GetPlotAreaCoordinate() 공개 메소드

The plot area coordinate of a value.
public GetPlotAreaCoordinate ( object value ) : UnitValue
value object The value for which to retrieve the plot area /// coordinate.
리턴 UnitValue

GetPlotAreaCoordinateRange() 공개 메소드

Returns range of coordinates for a given category.
public GetPlotAreaCoordinateRange ( object category ) : Range
category object The category to return the range for.
리턴 Range

OnObjectRegistered() 보호된 메소드

Updates categories when a series is registered.
protected OnObjectRegistered ( IAxisListener series ) : void
series IAxisListener The series to be registered.
리턴 void

OnObjectUnregistered() 보호된 메소드

Updates categories when a series is unregistered.
protected OnObjectUnregistered ( IAxisListener series ) : void
series IAxisListener The series to be unregistered.
리턴 void

Render() 보호된 메소드

Renders the axis labels, tick marks, and other visual elements.
protected Render ( Size availableSize ) : void
availableSize Windows.Foundation.Size The available size.
리턴 void

프로퍼티 상세

SortOrderProperty 공개적으로 정적으로 프로퍼티

Identifies the SortOrder dependency property.
public static DependencyProperty,Windows.UI.Xaml SortOrderProperty
리턴 Windows.UI.Xaml.DependencyProperty