Reports for WPF
FormatX プロパティ

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 > Chart クラス : FormatX プロパティ
Gets or sets the annotation format for the X axis.
シンタックス
'宣言
 
Public Property FormatX As System.String
public System.string FormatX {get; set;}
解説

This property controls the format used to display values along the X axis of the chart.

The value is a regular .NET format string that is used to format numeric or System.DateTime values. For details on how to specify format strings, see the System.IFormattable interface.

Typical values used for formatting numeric values are "F2" (floating point with two decimals), "C" (currency), and "#,##0.00" (thousand-separated values with two decimals).

See also C1.Win.C1Chart.Axis.AnnoFormat.
参照

Chart クラス
Chart メンバ