クラス


AXChartDescriptor


チャート記述子の形式での、アクセス可能なチャートまたはグラフの意味的な記述。


iOS 15.0+ iPadOS 15.0+ macOS 12.0+ Mac Catalyst 15.0+

tvOS 15.0+ watchOS 8.0+ visionOS 1.0+

class AXChartDescriptor : NSObject






トピックス


チャートの作成


init(title: String?, summary: String?, xAxis: AXDataAxisDescriptor, yAxis: AXNumericDataAxisDescriptor?, additionalAxes: [AXDataAxisDescriptor], series: [AXDataSeriesDescriptor])

指定されたタイトル、概要、X 軸記述子、Y 軸記述子、追加軸の記述子、およびデータ系列の配列を含むチャート記述子を作成します。


init(attributedTitle: NSAttributedString?, summary: String?, xAxis: AXDataAxisDescriptor, yAxis: AXNumericDataAxisDescriptor?, additionalAxes: [AXDataAxisDescriptor], series: [AXDataSeriesDescriptor])

指定された属性付きタイトル、概要、X 軸記述子、Y 軸記述子、追加軸の記述子、およびデータ系列の配列を使用してチャート記述子を作成します。



チャートのタイトルの指定


var title: String?

チャートのタイトル。


var attributedTitle: NSAttributedString?

チャートタイトルの属性付きバージョン。



チャートの概要の指定


var summary: String?

チャートの重要なポイントや特徴の説明。



座標軸の指定


var xAxis: AXDataAxisDescriptor

チャートの X 軸の座標軸記述子。


var yAxis: AXNumericDataAxisDescriptor?

チャートの Y 軸の座標軸記述子。


var additionalAxes: [AXDataAxisDescriptor]

x 軸と y 軸を超える追加のカテゴリ軸または数値軸の記述子。


protocol AXDataAxisDescriptor

チャート内のデータ軸の基本インターフェイス。



一連のデータポイントの指定


var series: [AXDataSeriesDescriptor]

チャート内の各データシリーズの記述子。


class AXDataSeriesDescriptor

一連のデータポイントを表すオブジェクト。



コンテンツレイアウトを指定


var contentFrame: CGRect

データ値を視覚的にレンダリングするための、スクリーン座標でのビューの境界。


var contentDirection: AXChartDescriptor.ContentDirection

チャート内のコンテンツの方向。


enum AXChartDescriptor.ContentDirection

チャートのコンテンツの方向を説明する定数。


















トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ