Aspose::Words::Drawing::Charts::ChartYValueCollection::get_FormatCode method

ChartYValueCollection::get_FormatCode method

Gets or sets the format code applied to the Y values.

System::String Aspose::Words::Drawing::Charts::ChartYValueCollection::get_FormatCode()

Remarks

Number formatting is used to change the way values appears in the chart. The examples of number formats:

Number - “#,##0.00”

Currency - “"$\”#,##0.00"

Time - “[$-x-systime]h:mm:ss AM/PM”

Date - “d/mm/yyyy”

Percentage - “0.00%”

Fraction - “# ?/?”

Scientific - “0.00E+00”

Accounting - “-"$\”* #,##0.00-;-"$\"* #,##0.00_-;-"$\"* "-\"??-;-@-"

Custom with color - “[Red]-#,##0.0”

See Also