ChartCustomPaletteColor Class

Represents a custom palette color in a ChartCustomPaletteColorCollection.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartCustomPaletteColor _
    Inherits ChartObjectCollectionItem(Of ChartCustomPaletteColorInstance)
'Usage
Dim instance As ChartCustomPaletteColor
public sealed class ChartCustomPaletteColor : ChartObjectCollectionItem<ChartCustomPaletteColorInstance>
public ref class ChartCustomPaletteColor sealed : public ChartObjectCollectionItem<ChartCustomPaletteColorInstance^>
[<SealedAttribute>]
type ChartCustomPaletteColor =  
    class
        inherit ChartObjectCollectionItem<ChartCustomPaletteColorInstance>
    end
public final class ChartCustomPaletteColor extends ChartObjectCollectionItem<ChartCustomPaletteColorInstance>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartCustomPaletteColorInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartCustomPaletteColor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.