Intersoft ClientUI Documentation
PaletteResources Property



Gets the Palette-dispensed ResourceDictionary for the Series.
Syntax
Protected Property PaletteResources As ResourceDictionary
Dim instance As DataPointSingleSeriesWithAxes
Dim value As ResourceDictionary
 
instance.PaletteResources = value
 
value = instance.PaletteResources
protected ResourceDictionary PaletteResources {get; set;}
protected:
property ResourceDictionary^ PaletteResources {
   ResourceDictionary^ get();
   void set (    ResourceDictionary^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPointSingleSeriesWithAxes Class
DataPointSingleSeriesWithAxes Members

Send Feedback