//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace System.Windows.Controls.DataVisualization.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Windows.Controls.DataVisualization.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Changing the Chart's Axes property is not supported; changes to the collection should be made with its .Add/.Remove methods instead.. /// internal static string Chart_Axes_SetterNotSupported { get { return ResourceManager.GetString("Chart_Axes_SetterNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Axis location cannot be changed to auto when hosted inside of a series host.. /// internal static string Chart_AxisLocationChanged_CantBeChangedToAutoWhenHostedInsideOfASeriesHost { get { return ResourceManager.GetString("Chart_AxisLocationChanged_CantBeChangedToAutoWhenHostedInsideOfASeriesHost", resourceCulture); } } /// /// Looks up a localized string similar to Changing the Chart's Series property is not supported; changes to the collection should be made with its .Add/.Remove methods instead.. /// internal static string Chart_Series_SetterNotSupported { get { return ResourceManager.GetString("Chart_Series_SetterNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The content property must be set to a Chart object.. /// internal static string DataPointSeriesDropTarget_set_Content_ContentMustBeAChart { get { return ResourceManager.GetString("DataPointSeriesDropTarget_set_Content_ContentMustBeAChart", resourceCulture); } } /// /// Looks up a localized string similar to Assigned dependent axis cannot be used. This may be due to an unset Orientation property for the axis or a type mismatch between the values being plotted and those supported by the axis.. /// internal static string DataPointSeriesWithAxes_GetAxes_AssignedDependentAxisCannotBeUsed { get { return ResourceManager.GetString("DataPointSeriesWithAxes_GetAxes_AssignedDependentAxisCannotBeUsed", resourceCulture); } } /// /// Looks up a localized string similar to Assigned independent axis cannot be used. This may be due to an unset Orientation property for the axis.. /// internal static string DataPointSeriesWithAxes_GetAxes_AssignedIndependentAxisCannotBeUsed { get { return ResourceManager.GetString("DataPointSeriesWithAxes_GetAxes_AssignedIndependentAxisCannotBeUsed", resourceCulture); } } /// /// Looks up a localized string similar to No suitable axis is available for plotting the dependent value.. /// internal static string DataPointSeriesWithAxes_NoSuitableAxisAvailableForPlottingDependentValue { get { return ResourceManager.GetString("DataPointSeriesWithAxes_NoSuitableAxisAvailableForPlottingDependentValue", resourceCulture); } } /// /// Looks up a localized string similar to This series does not support radial axes.. /// internal static string DataPointSeriesWithAxes_ThisSeriesDoesNotSupportRadialAxes { get { return ResourceManager.GetString("DataPointSeriesWithAxes_ThisSeriesDoesNotSupportRadialAxes", resourceCulture); } } /// /// Looks up a localized string similar to A SeriesDefinition does not have its DependentValueBinding or DependentValuePath properties set; unable to determine the source for dependent values. Please use either of these properties to identify the data model property corresponding to the dependent values.. /// internal static string DefinitionSeries_EnsureAxes_MissingDependentValueBinding { get { return ResourceManager.GetString("DefinitionSeries_EnsureAxes_MissingDependentValueBinding", resourceCulture); } } /// /// Looks up a localized string similar to A SeriesDefinition does not have its IndependentValueBinding or IndependentValuePath properties set; unable to determine the source for independent values. Please use either of these properties to identify the data model property corresponding to the independent values.. /// internal static string DefinitionSeries_EnsureAxes_MissingIndependentValueBinding { get { return ResourceManager.GetString("DefinitionSeries_EnsureAxes_MissingIndependentValueBinding", resourceCulture); } } /// /// Looks up a localized string similar to Changing the SeriesDefinitions property of a DefinitionSeries is not supported; changes to the collection should be made with its .Add/.Remove methods instead.. /// internal static string DefinitionSeries_SeriesDefinitions_SetterNotSupported { get { return ResourceManager.GetString("DefinitionSeries_SeriesDefinitions_SetterNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Cannot determine the size of an axis without an orientation.. /// internal static string DisplayAxis_GetLength_CannotDetermineTheLengthOfAnAxisWithAnOrientationOfNone { get { return ResourceManager.GetString("DisplayAxis_GetLength_CannotDetermineTheLengthOfAnAxisWithAnOrientationOfNone", resourceCulture); } } /// /// Looks up a localized string similar to Attempt to set Edge property to an invalid value.. /// internal static string EdgePanel_OnEdgePropertyChanged { get { return ResourceManager.GetString("EdgePanel_OnEdgePropertyChanged", resourceCulture); } } /// /// Looks up a localized string similar to The DataRangeBinding property of the Interpolator must be bound to an IConvertible object.. /// internal static string Interpolator_IncludeInRange_DataRangeBindingNotIConvertible { get { return ResourceManager.GetString("Interpolator_IncludeInRange_DataRangeBindingNotIConvertible", resourceCulture); } } /// /// Looks up a localized string similar to The maximum value must be larger than or equal to the minimum value.. /// internal static string Range_ctor_MaximumValueMustBeLargerThanOrEqualToMinimumValue { get { return ResourceManager.GetString("Range_ctor_MaximumValueMustBeLargerThanOrEqualToMinimumValue", resourceCulture); } } /// /// Looks up a localized string similar to "Cannot read the Maximum of an empty range.". /// internal static string Range_get_Maximum_CannotReadTheMaximumOfAnEmptyRange { get { return ResourceManager.GetString("Range_get_Maximum_CannotReadTheMaximumOfAnEmptyRange", resourceCulture); } } /// /// Looks up a localized string similar to "Cannot read the Minimum of an empty range.". /// internal static string Range_get_Minimum_CannotReadTheMinimumOfAnEmptyRange { get { return ResourceManager.GetString("Range_get_Minimum_CannotReadTheMinimumOfAnEmptyRange", resourceCulture); } } /// /// Looks up a localized string similar to [{0},{1}]. /// internal static string Range_ToString_Data { get { return ResourceManager.GetString("Range_ToString_Data", resourceCulture); } } /// /// Looks up a localized string similar to No Data.. /// internal static string Range_ToString_NoData { get { return ResourceManager.GetString("Range_ToString_NoData", resourceCulture); } } /// /// Looks up a localized string similar to The maximum value must be larger than or equal to the minimum value.. /// internal static string RangeAxis_MaximumValueMustBeLargerThanOrEqualToMinimumValue { get { return ResourceManager.GetString("RangeAxis_MaximumValueMustBeLargerThanOrEqualToMinimumValue", resourceCulture); } } /// /// Looks up a localized string similar to The minimum value must be smaller than or equal to the maximum value.. /// internal static string RangeAxis_MinimumValueMustBeLargerThanOrEqualToMaximumValue { get { return ResourceManager.GetString("RangeAxis_MinimumValueMustBeLargerThanOrEqualToMaximumValue", resourceCulture); } } /// /// Looks up a localized string similar to Collection is read-only.. /// internal static string ReadOnlyObservableCollection_CollectionIsReadOnly { get { return ResourceManager.GetString("ReadOnlyObservableCollection_CollectionIsReadOnly", resourceCulture); } } /// /// Looks up a localized string similar to Cannot reset a ResourceDictionaryEnumerator; reset the ResourceDictionaryDispenser instead.. /// internal static string ResourceDictionaryEnumerator_CantResetEnumeratorResetDispenserInstead { get { return ResourceManager.GetString("ResourceDictionaryEnumerator_CantResetEnumeratorResetDispenserInstead", resourceCulture); } } /// /// Looks up a localized string similar to Series {0}. /// internal static string Series_OnGlobalSeriesIndexPropertyChanged_UntitledSeriesFormatString { get { return ResourceManager.GetString("Series_OnGlobalSeriesIndexPropertyChanged_UntitledSeriesFormatString", resourceCulture); } } /// /// Looks up a localized string similar to A series cannot be added to more than one series host.. /// internal static string Series_SeriesHost_SeriesHostPropertyNotNull { get { return ResourceManager.GetString("Series_SeriesHost_SeriesHostPropertyNotNull", resourceCulture); } } /// /// Looks up a localized string similar to A SeriesDefinition instance's SeriesHost property may only be set to an instance of the DefinitionSeries class; other SeriesHost types are not supported.. /// internal static string SeriesDefinition_SeriesHost_InvalidParent { get { return ResourceManager.GetString("SeriesDefinition_SeriesHost_InvalidParent", resourceCulture); } } /// /// Looks up a localized string similar to Invalid attempt to remove permanent axis from axis collection.. /// internal static string SeriesHostAxesCollection_InvalidAttemptToRemovePermanentAxisFromSeriesHost { get { return ResourceManager.GetString("SeriesHostAxesCollection_InvalidAttemptToRemovePermanentAxisFromSeriesHost", resourceCulture); } } /// /// Looks up a localized string similar to An axis cannot be removed from a series host when one or more hosted series is listening to it.. /// internal static string SeriesHostAxesCollection_RemoveItem_AxisCannotBeRemovedFromASeriesHostWhenOneOrMoreSeriesAreListeningToIt { get { return ResourceManager.GetString("SeriesHostAxesCollection_RemoveItem_AxisCannotBeRemovedFromASeriesHostWhenOneOrMo" + "reSeriesAreListeningToIt", resourceCulture); } } /// /// Looks up a localized string similar to Either ItemTemplate must be set or TreeMapItemDefinitionSelector must return a non-null template.. /// internal static string TreeMap_BuildTreeMapTree_TemplateNotSet { get { return ResourceManager.GetString("TreeMap_BuildTreeMapTree_TemplateNotSet", resourceCulture); } } /// /// Looks up a localized string similar to The value of PropertyBinding property of an interpolator cannot be null.. /// internal static string TreeMap_CreateChildren_InterpolatorBindingNotSet { get { return ResourceManager.GetString("TreeMap_CreateChildren_InterpolatorBindingNotSet", resourceCulture); } } /// /// Looks up a localized string similar to Changing the TreeMap's Interpolators Property is not supported; changes to the collection should be made with its .Add/.Remove methods instead.. /// internal static string TreeMap_Interpolators_SetterNotSupported { get { return ResourceManager.GetString("TreeMap_Interpolators_SetterNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Invalid attempt to insert a duplicate item.. /// internal static string UniqueObservableCollection_InvalidAttemptToInsertADuplicateItem { get { return ResourceManager.GetString("UniqueObservableCollection_InvalidAttemptToInsertADuplicateItem", resourceCulture); } } } }