This callback interface tells CordaChartBuilder the URLs to use for drilldown.

C# | Visual Basic | Visual C++ |
public interface Drilldown
Public Interface Drilldown
public interface class Drilldown

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | GetLabelURL(Label, HttpRequest) |
Returns the drilldown URL for the specified label.
|
![]() | GetValueURL(Cell, HttpRequest) |
Returns the drilldown URL for this value.
|