TestimoX

API Reference

Class

IdentityExposureChartModelBuilder

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers static

Projects identity exposure snapshots into renderer-neutral chart DTOs.

Inheritance

  • Object
  • IdentityExposureChartModelBuilder

Methods

public static IdentityExposureChartModel FromSnapshot(IdentityExposureSnapshot snapshot, String title = null, IdentityExposureChartProjectionOptions options = null) #
Returns: IdentityExposureChartModel

Creates a chart model from an identity exposure snapshot.

Parameters

snapshot ADPlayground.IdentityExposure.IdentityExposureSnapshot requiredposition: 0
Identity exposure snapshot.
title System.String = null optionalposition: 1
Optional chart title.
options ADPlayground.IdentityExposure.IdentityExposureChartProjectionOptions = null optionalposition: 2
Optional projection settings.

Returns

Renderer-neutral chart model.