Skip to main content
A newer version of this page is available. .

ChartOptions.Culture Property

Gets or sets the culture whose settings are used by the chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object that specifies the culture settings currently being used.

Property Paths

You can access this nested property as listed below:

Object Type Path to Culture
ChartObject
.Options.Culture
See Also