CalloutLineColor Property (ChartSeriesCustomProperties.FunnelPyramidPropsBase)
In This Topic
Gets or sets the CalloutLineColor for the data point labels of Funnel or Pyramid charts. Default: Color.Empty (auto color).
Syntax
'Declaration
Public Property CalloutLineColor As RdlColor
public RdlColor CalloutLineColor {get; set;}
See Also