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

ChartStringId Enum

Contains values corresponding to strings that can be localized.

Namespace: DevExpress.Xpf.Charts.Localization

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public enum ChartStringId

Members

Name Description
EmptyLegendText

“Specify DisplayName”.

MsgIncorrectPropertyUsage

“The ‘{0}’ property isn’t supported for the ‘{1}’ class.”

MsgIncorrectPointsCreation

“The series point collection should be populated either from a data source, or manually, but not both at a time.”

MsgIncorrectLabelAngle

“The angle of the label should be greater than or equal to -360 and less than or equal to 360.”

MsgInvalidLogarithmicBase

“The logarithmic base should be greater than 1.”

MsgIncorrectSeriesRemoving

“It’s impossible to remove auto-created series.”

MsgIncorrectSeriesReplacement

“The auto-created series cannot be assigned.”

MsgIncorrectSeriesReordering

“When reordering series within the collection, automatically created series cannot replace the manually created ones, and vice versa.”

MsgIncorrectLegendMaxCrosshairContentWidth

The legend’s MaxCrosshairContentWidth property value must be greater than 0 and less than 1000.

MsgIncorrectLegendMaxCrosshairContentHeight

“The legend’s MaxCrosshairContentHeight property value must be greater than 0, less than 1000, or equal to Double.NaN”.

MsgDiagramToPointIncorrectValue

“The specified {0} parameter type doesn’t match the appropriate scale type, which is {1} for this axis.”

MsgFileNotFound

“File ‘{0}’ isn’t found.”

MsgCantImportHolidays

“Failed to import holidays from the ‘{0}’ file.”

MsgUsingSeriesTemplateAndItemTemplate

“The SeriesTemplate and SeriesItemTemplate properties cannot be specified simultaneously.”

MsgUsingColorWhenColorItemsSourceNotEmptyCustomPalette
MsgUsingColorWhenColorItemsSourceNotEmptyCustomIndicatorsPalette
MsgUsingColorItemsSourceWhenColorNotEmpty
ChartControlLocalizedControlType

“chart”.

ChartControlAutomationPeerHelpText

“A chart control.”

MsgSeriesPointIncorrectValue

“The point value cannot be equal to infinity.”

ArgumentPatternDescription

“Argument”.

ValuePatternDescription

“Value”.

SeriesNamePatternDescription

“Series Name”.

StackedGroupPatternDescription

“Series Group”.

Value1PatternDescription

“Value1”.

Value2PatternDescription

“Value2”.

WeightPatternDescription

“Weight”.

HighValuePatternDescription

“High Value”.

LowValuePatternDescription

“Low Value”.

OpenValuePatternDescription

“Open Value”.

CloseValuePatternDescription

“Close Value”.

PercentValuePatternDescription

“Percent Value”.

PointHintPatternDescription

“Point Hint”.

ValueDurationPatternDescription

“Value Duration”.

ValueDurationDaysPatternDescription

“Value Duration (Days)”.

ValueDurationHoursPatternDescription

“Value Duration (Hours)”.

ValueDurationMinutesPatternDescription

“Value Duration (Mins)”.

ValueDurationSecondsPatternDescription

“Value Duration (Secs)”.

ValueDurationMillisecondsPatternDescription

“Value Duration (mSecs)”.

TotalValuePatternDescription

“Total Value”.

PatternEditorPreviewCaption

“Select a placeholder to see the preview”.

ErrorTitle

“Error”.

AnnotationDefaultContent

“Annotation”.

CustomLegendItemDefaultText

“Custom Legend Item”.

LegendTitleDefaultContent

“Legend Title”.

TitleDefaultContent

“Title”.

Chart3DControlLocalizedControlType

“chart 3D”

Chart3DControlAutomationPeerHelpText

“A chart 3D control.”

MsgIncorrectDoubleValue

“The value can’t be equal to Double.NaN, Double.PositiveInfinity, or Double.NegativeInfinity.”

TotalLabelHeader

“Total”.

OthersArgument

“Others”.

See Also