Click or drag to resize
ReportGraphSetBorderColor Method
For historical reasons border color is black if not set. Deny border display by set border style to not set.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public Color SetBorderColor(
	string key,
	ReportCustomData settings
)

Parameters

key
Type: SystemString
Key name in settings collection
settings
Type: CMS.ReportingReportCustomData
Settings collection

Return Value

Type: Color
See Also