Skip to main content

ChartOptions.Culture Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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