Open this page in the API Guide

AnnotationCreationOptionsWithCoordinates Class

Defines the annotation creation options with coordinates.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Annotations.AnnotationCreationOptions
    Dundas.BI.Data.Annotations.AnnotationCreationOptionsWithCoordinates

Namespace:  Dundas.BI.Data.Annotations
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class AnnotationCreationOptionsWithCoordinates : AnnotationCreationOptions

The AnnotationCreationOptionsWithCoordinates type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationCreationOptionsWithCoordinates
Initializes a new instance of the AnnotationCreationOptionsWithCoordinates class.
Top
Properties
  NameDescription
Public propertyAnnotationText
Gets or sets the annotation text.
(Inherited from AnnotationCreationOptions.)
Public propertyIsPublic
Gets or sets a value indicating whether the annotation is visible to everyone. If set to true, the Everyone group will be granted the Read privilege to the annotation, otherwise only the user who created it will have access to the annotation. Ignored if any privileges are passed in Privileges parameter.
(Inherited from AnnotationCreationOptions.)
Public propertyMeasureValues
Gets the coordinates measure values.
Public propertyParameterValues
Gets the coordinates parameter values.
Public propertyPrivileges
Gets the privileges.
(Inherited from AnnotationCreationOptions.)
Public propertyRenderedMembers
Gets the coordinates rendered members.
Top
See Also