Axis.IntervalOffsetType Propriedade

Definição

Obtém ou define o tipo de deslocamento de intervalo de um eixo.Gets or sets the interval offset type of an axis.

public:
 property System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType IntervalOffsetType { System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType get(); void set(System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType IntervalOffsetType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IntervalOffsetType : System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType with get, set
Public Property IntervalOffsetType As DateTimeIntervalType

Valor da propriedade

DateTimeIntervalType

O tipo de deslocamento de intervalo de um eixo.The interval offset type of an axis. O valor padrão é Auto.The default value is Auto.

Atributos

Comentários

Essa propriedade determina o tipo de deslocamento de intervalo de um eixo e é usada para o tipo de deslocamento de intervalo de rótulos e marcas de escala principais ou linhas de grade se o valor da Propriedade do elemento do eixo IntervalOffsetType for definido como NotSet .This property determines the interval offset type of an axis, and is used for the interval offset type of an axis' labels, and major tick marks or grid lines if the axis element's own IntervalOffsetType property value is set to NotSet.

Definir essa propriedade como NotSet resultará em um valor de Auto sendo usado (somente os elementos de eixo, como linhas de grade principais, etc.) podem ser definidos como NotSet ).Setting this property to NotSet will result in a value of Auto being used (only the axis elements such as major grid lines, etc. can be set to NotSet).

Observação

As linhas de grade secundárias e as marcas de escala de um eixo nunca usam essa propriedade para o tipo de deslocamento de intervalo.The minor grid lines and tick marks of an axis never use this property for their interval offset type.

O intervalo do eixo é determinado pela IntervalOffset propriedade.The interval of the axis is determined by the IntervalOffset property.

Aplica-se a