LegendCellColumn.Url Propriedade

Definição

Obtém ou define o destino de URL das colunas de célula da legenda geradas automaticamente de um ponto de dados ou série.Gets or sets the URL target of the legend cell columns automatically generated from a series or data point.

public:
 virtual property System::String ^ Url { System::String ^ get(); void set(System::String ^ value); };
public virtual string Url { get; set; }
member this.Url : string with get, set
Public Overridable Property Url As String

Valor da propriedade

String

Um string valor que representa a URL de destino ou o ponto de ancoragem do elemento de gráfico.A string value that represents the destination URL or anchor point of the chart element. Para usar uma URL absoluta, inicie a expressão de cadeia de caracteres com "http://" ou "www.".To use an absolute URL start the string expression with either "http://" or "www.". Se a cadeia de caracteres não começar com nenhum desses prefixos, ela será tratada como uma URL relativa.If the string does not start with either of these prefixes it will be treated as a relative URL. O valor padrão é uma cadeia de comprimento zero.The default value is a zero-length string.

Implementações

Url

Comentários

Se você definir essa propriedade, um mapa de imagem do lado do cliente será criado automaticamente.If you set this property, a client-side image map will be automatically created. Uma área de mapa também será criada com seu atributo href definido como a âncora ou a URL especificada.A map area will also be created with its Href attribute set to the specified anchor or URL.

Definir essa propriedade não terá efeito se a IsMapEnabled propriedade for definida como false .Setting this property will have no effect if the IsMapEnabled property is set to false. O valor padrão é true.The default value is true.

Os atributos das áreas do mapa, por exemplo, Target = _blank, podem ser especificados usando a MapAreaAttributes propriedade.Attributes of the map area(s), for example, target=_blank, can be specified by using the MapAreaAttributes property.

A Url propriedade permite que você defina palavras-chave especiais para exibir diferentes tipos de dados relacionados ao gráfico.The Url property allows you to set special keywords to display different types of chart-related data.

Para criar mapas de imagem que têm coordenadas definidas pelo usuário, use a MapAreas Propriedade do Chart objeto raiz.To create image maps that have user-defined coordinates, use the MapAreas property of the root Chart object.

Aplica-se a