API Reference
Class
IdentityExposureChartModelBuilder
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:
IdentityExposureChartModelCreates a chart model from an identity exposure snapshot.
Parameters
- snapshot ADPlayground.IdentityExposure.IdentityExposureSnapshot
- Identity exposure snapshot.
- title System.String = null
- Optional chart title.
- options ADPlayground.IdentityExposure.IdentityExposureChartProjectionOptions = null
- Optional projection settings.
Returns
Renderer-neutral chart model.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object