Właściwość Chart.CustomPaletteColors
Pobiera niestandardowe palety kolorów.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CustomPaletteColors As ChartCustomPaletteColorCollection
Get
'Użycie
Dim instance As Chart
Dim value As ChartCustomPaletteColorCollection
value = instance.CustomPaletteColors
public ChartCustomPaletteColorCollection CustomPaletteColors { get; }
public:
property ChartCustomPaletteColorCollection^ CustomPaletteColors {
ChartCustomPaletteColorCollection^ get ();
}
member CustomPaletteColors : ChartCustomPaletteColorCollection
function get CustomPaletteColors () : ChartCustomPaletteColorCollection
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartCustomPaletteColorCollection
A ChartCustomPaletteColorCollection obiektu.
Zobacz także