Skip to main content

Struct ImPlotStylePtr

Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImPlotStylePtr

Properties

NativePtr

View Source
Declaration
public readonly ImPlotStyle* NativePtr { get; }

LineWeight

View Source
Declaration
public ref float LineWeight { get; }

Marker

View Source
Declaration
public ref int Marker { get; }

MarkerSize

View Source
Declaration
public ref float MarkerSize { get; }

MarkerWeight

View Source
Declaration
public ref float MarkerWeight { get; }

FillAlpha

View Source
Declaration
public ref float FillAlpha { get; }

ErrorBarSize

View Source
Declaration
public ref float ErrorBarSize { get; }

ErrorBarWeight

View Source
Declaration
public ref float ErrorBarWeight { get; }

DigitalBitHeight

View Source
Declaration
public ref float DigitalBitHeight { get; }

DigitalBitGap

View Source
Declaration
public ref float DigitalBitGap { get; }

PlotBorderSize

View Source
Declaration
public ref float PlotBorderSize { get; }

MinorAlpha

View Source
Declaration
public ref float MinorAlpha { get; }

MajorTickLen

View Source
Declaration
public ref Vector2 MajorTickLen { get; }

MinorTickLen

View Source
Declaration
public ref Vector2 MinorTickLen { get; }

MajorTickSize

View Source
Declaration
public ref Vector2 MajorTickSize { get; }

MinorTickSize

View Source
Declaration
public ref Vector2 MinorTickSize { get; }

MajorGridSize

View Source
Declaration
public ref Vector2 MajorGridSize { get; }

MinorGridSize

View Source
Declaration
public ref Vector2 MinorGridSize { get; }

PlotPadding

View Source
Declaration
public ref Vector2 PlotPadding { get; }

LabelPadding

View Source
Declaration
public ref Vector2 LabelPadding { get; }

LegendPadding

View Source
Declaration
public ref Vector2 LegendPadding { get; }

LegendInnerPadding

View Source
Declaration
public ref Vector2 LegendInnerPadding { get; }

LegendSpacing

View Source
Declaration
public ref Vector2 LegendSpacing { get; }

MousePosPadding

View Source
Declaration
public ref Vector2 MousePosPadding { get; }

AnnotationPadding

View Source
Declaration
public ref Vector2 AnnotationPadding { get; }

FitPadding

View Source
Declaration
public ref Vector2 FitPadding { get; }

PlotDefaultSize

View Source
Declaration
public ref Vector2 PlotDefaultSize { get; }

PlotMinSize

View Source
Declaration
public ref Vector2 PlotMinSize { get; }

Colors

View Source
Declaration
public RangeAccessor<Vector4> Colors { get; }

Colormap

View Source
Declaration
public ref ImPlotColormap Colormap { get; }

UseLocalTime

View Source
Declaration
public ref bool UseLocalTime { get; }

UseISO8601

View Source
Declaration
public ref bool UseISO8601 { get; }

Use24HourClock

View Source
Declaration
public ref bool Use24HourClock { get; }

Methods

Destroy()

View Source
Declaration
public void Destroy()