ChartLegendCustomItem.SeparatorColor Property

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public ReadOnly Property SeparatorColor As ReportColorProperty
    Get
'Usage
Dim instance As ChartLegendCustomItem
Dim value As ReportColorProperty

value = instance.SeparatorColor
public ReportColorProperty SeparatorColor { get; }
public:
property ReportColorProperty^ SeparatorColor {
    ReportColorProperty^ get ();
}
member SeparatorColor : ReportColorProperty
function get SeparatorColor () : ReportColorProperty